seperate Tree of Life and Moonkin stance configuration (moonkin will also now actually work)

This commit is contained in:
Hendrik Leppkes
2008-06-22 00:39:04 +00:00
parent 7de890f912
commit 0dd8e3dbd1
+2 -1
View File
@@ -244,7 +244,8 @@ module.DefaultStanceMap = setmetatable({}, { __index = function(t,k)
{ id = "cat", name = GetSpellInfo(768), index = 1 },
-- prowl is virtual, no real stance
{ id = "prowl", name = ("%s (%s)"):format((GetSpellInfo(768)), (GetSpellInfo(5215))), index = false},
{ id = "moonkintree", name = ("%s/%s"):format((GetSpellInfo(24858)), (GetSpellInfo(33891))), index = 2 },
{ id = "moonkin", name = GetSpellInfo(24858), index = 4 },
{ id = "treeoflife", name = GetSpellInfo(33891), index = 2 },
}
elseif k == "ROGUE" then
newT = {