Browse Source

Empty map supplied by the lookup method.

magicbox-1.5.2
MagicBot 10 months ago
parent
commit
92d8ed9e3f
  1. 3
      src/engine/objects/NPC.java

3
src/engine/objects/NPC.java

@ -911,9 +911,6 @@ public class NPC extends AbstractCharacter { @@ -911,9 +911,6 @@ public class NPC extends AbstractCharacter {
this.equip = loadEquipmentSet(this.equipmentSetID);
if (this.equip == null)
this.equip = new HashMap<>();
try {
DbManager.NPCQueries.LOAD_ALL_ITEMS_TO_PRODUCE(this);

Loading…
Cancel
Save