fix bar paging for stealth COA classes (#33)

This commit is contained in:
Anthony Narkevicius
2023-02-27 12:05:26 -08:00
committed by GitHub
parent e67c6e1bc0
commit 41b938f848
+4
View File
@@ -4204,6 +4204,10 @@ P.actionbar = {
showGrid = true,
paging = {
HERO = "[bonusbar:1,nostealth] 7; [bonusbar:1,stealth] 8; [bonusbar:2] 8; [bonusbar:3] 9; [bonusbar:4] 10;",
RANGER = "[stealth] 7; [nostealth] 1;",
REAPER = "[stealth] 7; [nostealth] 1;",
SPIRITMAGE = "[stealth] 7; [nostealth] 1;",
PROPHET = "[stealth] 7; [nostealth] 1;",
},
visibility = ""
},