fixed mob AI crash

This commit is contained in:
2023-07-27 23:17:41 -05:00
parent 57a38303f8
commit e9913a66a7
+3
View File
@@ -156,6 +156,9 @@ public class LootManager {
return;
}
ItemTableRow tableRow = itemTables.get(126).getRowForRange(roll2);
if(tableRow == null){
return;
}
int itemUUID = tableRow.cacheID;
if (itemUUID == 0) {
return;