Browse Source

logging

lakebane-new
FatBoy-DOTC 5 months ago
parent
commit
5ec0ff0598
  1. 2
      src/engine/loot/ItemTableEntry.java

2
src/engine/loot/ItemTableEntry.java

@ -55,7 +55,7 @@ public class ItemTableEntry { @@ -55,7 +55,7 @@ public class ItemTableEntry {
id = itemTableEntryList.get(ThreadLocalRandom.current().nextInt(0,itemTableEntryList.size() - 1)).cacheID;
}
Logger.error("Rolling Item Table: " + itemTable);
Logger.error("Rolling Item Table: " + itemTable + "returning itemBase ID: " + id);
return id;
}
}

Loading…
Cancel
Save