We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df141f commit 5f13e81Copy full SHA for 5f13e81
1 file changed
core/TalentLoadoutManager.lua
@@ -13,7 +13,7 @@ local XP_ATLAS = CreateAtlasMarkup("GarrMission_CurrencyIcon-Xp", 16, 16) .. " "
13
ns.SERIALIZATION_NODE_SEPARATOR = "\n";
14
--- format: nodeID_entryID_spellIDOrSubTreeID_rank
15
ns.SERIALIZATION_VALUE_SEPARATOR = "_";
16
-ns.MAX_LEVEL = 80;
+ns.MAX_LEVEL = 90;
17
local SERIALIZATION_NODE_SEPARATOR = ns.SERIALIZATION_NODE_SEPARATOR;
18
local SERIALIZATION_VALUE_SEPARATOR = ns.SERIALIZATION_VALUE_SEPARATOR;
19
0 commit comments