Support for loading of skill adjustment map.

This commit is contained in:
2023-09-03 08:18:48 -04:00
parent 90cbe90492
commit 60fb2571a2
5 changed files with 108 additions and 48 deletions
@@ -54,6 +54,7 @@ public enum PowersManager {
public static HashMap<String, Integer> ActionTokenByIDString = new HashMap<>();
public static HashMap<String, Integer> AnimationOverrides = new HashMap<>();
public static HashMap<Integer, ArrayList<RunePowerEntry>> _allRunePowers;
public static HashMap<Integer, ArrayList<RuneSkillAdjustEntry>> _allRuneSkillAdjusts;
private static JobScheduler js;
public static void initPowersManager(boolean fullPowersLoad) {