This commit is contained in:
2023-08-02 20:01:46 -05:00
parent ae8ead825d
commit 500763fd11
-1
View File
@@ -227,7 +227,6 @@ public class LootManager {
//early exit, failed to hit minimum chance roll
return;
}
//iterate the booty tables and add items to mob inventory
MobLoot toAdd = getGenTableItem(tableID, mob);
if (toAdd != null) {
if(toAdd.getPrefix() == null && toAdd.getSuffix() == null){