forked from MagicBane/Server
RuneSets generated loaded at bootstrap.
This commit is contained in:
@@ -145,7 +145,7 @@ public class MobBase extends AbstractGameObject {
|
||||
if (equipmentSetID == 0)
|
||||
return equip;
|
||||
|
||||
equipList = NPCManager.EquipmentSetMap.get(equipmentSetID);
|
||||
equipList = NPCManager._equipmentSetMap.get(equipmentSetID);
|
||||
|
||||
if (equipList == null)
|
||||
return equip;
|
||||
|
||||
Reference in New Issue
Block a user