diff --git a/src/main/java/com/gmail/nossr50/datatypes/player/PlayerProfile.java b/src/main/java/com/gmail/nossr50/datatypes/player/PlayerProfile.java index 7f8b0ec89..305b941b5 100644 --- a/src/main/java/com/gmail/nossr50/datatypes/player/PlayerProfile.java +++ b/src/main/java/com/gmail/nossr50/datatypes/player/PlayerProfile.java @@ -367,8 +367,8 @@ public class PlayerProfile { skillsDATS.put(AbilityType.TREE_FELLER, Integer.valueOf(playerData.get(28))); skillsDATS.put(AbilityType.BERSERK, Integer.valueOf(playerData.get(29))); skillsDATS.put(AbilityType.GREEN_TERRA, Integer.valueOf(playerData.get(30))); - // Archery 31 - Unused - skillsDATS.put(AbilityType.GIGA_DRILL_BREAKER, Integer.valueOf(playerData.get(32))); + skillsDATS.put(AbilityType.GIGA_DRILL_BREAKER, Integer.valueOf(playerData.get(31))); + // Archery 32 - Unused skillsDATS.put(AbilityType.SERRATED_STRIKES, Integer.valueOf(playerData.get(33))); skillsDATS.put(AbilityType.SKULL_SPLITTER, Integer.valueOf(playerData.get(34))); // Acrobatics 35 - Unused