Added Warlock Metamorphosis support to the State-Paging module of ActionBars

This commit is contained in:
Hendrik Leppkes
2008-09-27 22:25:51 +02:00
parent 0c9429af60
commit 63eda4be43
+4
View File
@@ -41,6 +41,10 @@ local DefaultStanceMap = setmetatable({}, { __index = function(t,k)
newT = {
{ id = "shadowform", name = GetSpellInfo(15473), index = 1 },
}
elseif k == "WARLOCK" then
newT = {
{ id = "metamorphosis", name = GetSpellInfo(59672), index = 1 },
}
end
rawset(t, k, newT)