Use bonusbar instead of form for shadowdance

This commit is contained in:
Hendrik Leppkes
2009-04-21 17:33:00 +02:00
parent af8f18617d
commit acab7f809f
+1 -1
View File
@@ -74,7 +74,7 @@ local DefaultStanceMap = setmetatable({}, { __index = function(t,k)
elseif k == "ROGUE" then elseif k == "ROGUE" then
newT = { newT = {
{ id = "stealth", name = GetSpellInfo(1784), index = 1 }, { 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 elseif k == "PRIEST" then
newT = { newT = {