Add support for Shadow Dance switching

This commit is contained in:
Hendrik Leppkes
2009-04-16 10:40:14 +02:00
parent c0c8f9db64
commit 7de8d7ab10
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -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 = {