v2.0.0: fixed incorrect renamed constant for Warrior's ID talent

This commit is contained in:
Evan Debenham
2023-01-27 11:49:12 -05:00
parent 2261952414
commit 7b28b02a89

View File

@@ -849,7 +849,7 @@ public enum Talent {
private static final HashMap<String, String> 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 ){