v2.0.0: fixed incorrect renamed constant for Warrior's ID talent
This commit is contained in:
@@ -849,7 +849,7 @@ public enum Talent {
|
|||||||
private static final HashMap<String, String> renamedTalents = new HashMap<>();
|
private static final HashMap<String, String> renamedTalents = new HashMap<>();
|
||||||
static{
|
static{
|
||||||
//v2.0.0
|
//v2.0.0
|
||||||
renamedTalents.put("ADVENTURERS_INTUITION", "VETERANS_INTUITION");
|
renamedTalents.put("ARMSMASTERS_INTUITION", "VETERANS_INTUITION");
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void restoreTalentsFromBundle( Bundle bundle, Hero hero ){
|
public static void restoreTalentsFromBundle( Bundle bundle, Hero hero ){
|
||||||
|
|||||||
Reference in New Issue
Block a user