loot tracker: add world id to loot record for dmmt

This commit is contained in:
Adam
2021-08-29 14:36:09 -04:00
parent 4bfd020b2a
commit b42932d581
2 changed files with 9 additions and 1 deletions

View File

@@ -40,4 +40,5 @@ public class LootRecord
private Object metadata;
private Collection<GameItem> drops;
private Instant time;
private Integer world;
}