Empty map supplied by the lookup method.

This commit is contained in:
2024-01-15 07:38:43 -05:00
parent 45b2443982
commit 92d8ed9e3f
-3
View File
@@ -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);