forked from MagicBane/Server
Empty map supplied by the lookup method.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user