Those were right the first time...

This commit is contained in:
T00thpick1 2013-05-16 15:55:25 -04:00
parent feea22b3a4
commit 0423a7831d

View File

@ -367,8 +367,8 @@ public class PlayerProfile {
skillsDATS.put(AbilityType.TREE_FELLER, Integer.valueOf(playerData.get(28))); skillsDATS.put(AbilityType.TREE_FELLER, Integer.valueOf(playerData.get(28)));
skillsDATS.put(AbilityType.BERSERK, Integer.valueOf(playerData.get(29))); skillsDATS.put(AbilityType.BERSERK, Integer.valueOf(playerData.get(29)));
skillsDATS.put(AbilityType.GREEN_TERRA, Integer.valueOf(playerData.get(30))); skillsDATS.put(AbilityType.GREEN_TERRA, Integer.valueOf(playerData.get(30)));
// Archery 31 - Unused skillsDATS.put(AbilityType.GIGA_DRILL_BREAKER, Integer.valueOf(playerData.get(31)));
skillsDATS.put(AbilityType.GIGA_DRILL_BREAKER, Integer.valueOf(playerData.get(32))); // Archery 32 - Unused
skillsDATS.put(AbilityType.SERRATED_STRIKES, Integer.valueOf(playerData.get(33))); skillsDATS.put(AbilityType.SERRATED_STRIKES, Integer.valueOf(playerData.get(33)));
skillsDATS.put(AbilityType.SKULL_SPLITTER, Integer.valueOf(playerData.get(34))); skillsDATS.put(AbilityType.SKULL_SPLITTER, Integer.valueOf(playerData.get(34)));
// Acrobatics 35 - Unused // Acrobatics 35 - Unused