EquipmentSets merged into bootySet system.

This commit is contained in:
2023-04-14 16:46:10 -04:00
parent 23a07175e5
commit 5d0166a29a
4 changed files with 12 additions and 42 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ import java.util.HashMap;
public enum NPCManager {
NPC_MANAGER;
public static HashMap<Integer, ArrayList<EquipmentSetEntry>> _equipmentSetMap = new HashMap<>();
public static HashMap<Integer, ArrayList<BootySetEntry>> _equipmentSetMap = new HashMap<>();
public static HashMap<Integer, ArrayList<Integer>> _runeSetMap = new HashMap<>();
public static HashMap<Integer, ArrayList<BootySetEntry>> _bootySetMap = new HashMap<>();