fix bar paging for stealth COA classes (#33)
This commit is contained in:
parent
e67c6e1bc0
commit
41b938f848
1 changed files with 4 additions and 0 deletions
|
|
@ -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 = ""
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue