all items now AutoID

This commit is contained in:
2024-02-14 22:02:04 -06:00
parent 05dace9194
commit f69fde8a3a
+3 -2
View File
@@ -301,9 +301,10 @@ public enum LootManager {
MobLoot toAdd = getGenTableItem(tableID, mob);
if (toAdd != null)
if (toAdd != null) {
toAdd.setIsID(true);
mob.getCharItemManager().addItemToInventory(toAdd);
}
} catch (Exception e) {
//TODO chase down loot generation error, affects roughly 2% of drops
int i = 0;