Use bonusbar instead of form for shadowdance
This commit is contained in:
parent
af8f18617d
commit
acab7f809f
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ local DefaultStanceMap = setmetatable({}, { __index = function(t,k)
|
|||
elseif k == "ROGUE" then
|
||||
newT = {
|
||||
{ id = "stealth", name = GetSpellInfo(1784), index = 1 },
|
||||
{ id = "shadowdance", name = GetSpellInfo(51713), index = 3, type = "form" },
|
||||
{ id = "shadowdance", name = GetSpellInfo(51713), index = 2 },
|
||||
}
|
||||
elseif k == "PRIEST" then
|
||||
newT = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue