Skip to content

Commit 5f13e81

Browse files
authored
Update the level cap to 90 (see #47)
1 parent 0df141f commit 5f13e81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/TalentLoadoutManager.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ local XP_ATLAS = CreateAtlasMarkup("GarrMission_CurrencyIcon-Xp", 16, 16) .. " "
1313
ns.SERIALIZATION_NODE_SEPARATOR = "\n";
1414
--- format: nodeID_entryID_spellIDOrSubTreeID_rank
1515
ns.SERIALIZATION_VALUE_SEPARATOR = "_";
16-
ns.MAX_LEVEL = 80;
16+
ns.MAX_LEVEL = 90;
1717
local SERIALIZATION_NODE_SEPARATOR = ns.SERIALIZATION_NODE_SEPARATOR;
1818
local SERIALIZATION_VALUE_SEPARATOR = ns.SERIALIZATION_VALUE_SEPARATOR;
1919

0 commit comments

Comments
 (0)