From 0dd8e3dbd1d1f48b35b4eabc6e4f116d03ff94cf Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Sun, 22 Jun 2008 00:39:04 +0000 Subject: [PATCH] seperate Tree of Life and Moonkin stance configuration (moonkin will also now actually work) --- ActionBarStates.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ActionBarStates.lua b/ActionBarStates.lua index 0ec6185..296078b 100644 --- a/ActionBarStates.lua +++ b/ActionBarStates.lua @@ -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 = {