diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Talent.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Talent.java index ef1d93c6b..d0477fd45 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Talent.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Talent.java @@ -849,7 +849,7 @@ public enum Talent { private static final HashMap renamedTalents = new HashMap<>(); static{ //v2.0.0 - renamedTalents.put("ADVENTURERS_INTUITION", "VETERANS_INTUITION"); + renamedTalents.put("ARMSMASTERS_INTUITION", "VETERANS_INTUITION"); } public static void restoreTalentsFromBundle( Bundle bundle, Hero hero ){