Browse Source

cleanup

master
FatBoy-DOTC 1 year ago
parent
commit
500763fd11
  1. 1
      src/engine/loot/LootManager.java

1
src/engine/loot/LootManager.java

@ -227,7 +227,6 @@ public class LootManager { @@ -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){

Loading…
Cancel
Save