|
|
|
@ -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); |
|
|
|
|