From 63eda4be43bed23f0b8ef2a23f81ce602e3866a0 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Sat, 27 Sep 2008 22:25:51 +0200 Subject: [PATCH] Added Warlock Metamorphosis support to the State-Paging module of ActionBars --- ActionBarStates.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ActionBarStates.lua b/ActionBarStates.lua index 884f20a..22157ed 100644 --- a/ActionBarStates.lua +++ b/ActionBarStates.lua @@ -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)