This commit is contained in:
2024-06-15 19:52:12 -05:00
parent 2ca9b77cfb
commit 5ec0ff0598
+1 -1
View File
@@ -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;
}
}