Superfluous getter and setters removed.

This commit is contained in:
2023-03-28 17:29:16 -04:00
parent 33334ed13c
commit f744c64737
4 changed files with 7 additions and 19 deletions
+3
View File
@@ -10,4 +10,7 @@ public enum NPCManager {
public static HashMap<Integer, ArrayList<EquipmentSetEntry>> EquipmentSetMap = new HashMap<>();
public static void LoadAllEquipmentSets() {
EquipmentSetMap = DbManager.ItemBaseQueries.LOAD_EQUIPMENT_FOR_NPC_AND_MOBS();
}
}