Add support for Shadow Dance switching
This commit is contained in:
@@ -72,6 +72,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" },
|
||||
}
|
||||
elseif k == "PRIEST" then
|
||||
newT = {
|
||||
|
||||
Reference in New Issue
Block a user