rune skill loading broken into static method in NPCManager

This commit is contained in:
2023-09-03 19:52:16 -05:00
parent 0758bb5f38
commit ee6efc30a3
4 changed files with 21 additions and 17 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ public abstract class AbstractCharacter extends AbstractWorldObject {
public Guild guild;
protected byte runningTrains;
protected ConcurrentHashMap<Integer, CharacterPower> powers;
protected ConcurrentHashMap<String, CharacterSkill> skills;
public ConcurrentHashMap<String, CharacterSkill> skills;
// Variables NOT to be stored in db
protected boolean sit = false;
protected boolean walkMode;