From 2c00040582d40e14259e486c6a646103c233acaa Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Thu, 27 Mar 2008 10:19:03 +0000 Subject: [PATCH] doh forgot shadowform --- ActionBarStates.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ActionBarStates.lua b/ActionBarStates.lua index 2bb451b..6c85a31 100644 --- a/ActionBarStates.lua +++ b/ActionBarStates.lua @@ -167,7 +167,7 @@ module.DefaultStanceMap = setmetatable({}, { __index = function(t,k) } elseif k == "PRIEST" then newT = { - { id = "shadowform", name = "Shadowform", index = 1 }, + { id = "shadowform", name = GetSpellInfo(15473), index = 1 }, } end rawset(t, k, newT)