Log failed equipSet lookups.

This commit is contained in:
2024-01-15 07:37:35 -05:00
parent 3775fb336b
commit 45b2443982
+3
View File
@@ -906,6 +906,9 @@ public class NPC extends AbstractCharacter {
this.charItemManager.load();
if (equipmentSetID != 0 && LootManager._bootySetMap.get(equipmentSetID) == null)
Logger.error("Invalid equipSet: " + equipmentSetID + " contract: " + this.contractUUID + " npc: " + this.getObjectUUID());
this.equip = loadEquipmentSet(this.equipmentSetID);
if (this.equip == null)