This commit is contained in:
GJ 2013-04-25 07:48:14 -04:00
parent 17a0382283
commit a2fefd6fb6

View File

@ -43,7 +43,7 @@ public class PlayerProfile {
mobHealthbarType = Config.getInstance().getMobHealthbarDefault();
for (AbilityType abilityType : AbilityType.values()) {
skillsDATS.put(abilityType, 0);
skillsDATS.put(abilityType, 0);
}
for (SkillType skillType : SkillType.values()) {