Loading effect costmap data at bootsrap

This commit is contained in:
2024-04-23 14:56:30 -04:00
parent 147b9a42c4
commit bcb40fecbb
3 changed files with 31 additions and 0 deletions
@@ -57,6 +57,7 @@ public enum PowersManager {
public static HashMap<String, Integer> AnimationOverrides = new HashMap<>();
public static HashMap<Integer, ArrayList<RunePowerEntry>> _allRunePowers;
public static HashMap<Integer, ArrayList<RuneSkillAdjustEntry>> _allRuneSkillAdjusts;
public static HashMap<String, HashMap<ResourceType, Integer>> _effect_costMaps = new HashMap<>();
private static JobScheduler js;
public static void initPowersManager(boolean fullPowersLoad) {