From acab7f809f6df9f2899186f62417c761f2a6f7ac Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Tue, 21 Apr 2009 17:33:00 +0200 Subject: [PATCH] Use bonusbar instead of form for shadowdance --- StateBar.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StateBar.lua b/StateBar.lua index 2fffe96..eacab77 100644 --- a/StateBar.lua +++ b/StateBar.lua @@ -74,7 +74,7 @@ local DefaultStanceMap = setmetatable({}, { __index = function(t,k) elseif k == "ROGUE" then newT = { { id = "stealth", name = GetSpellInfo(1784), index = 1 }, - { id = "shadowdance", name = GetSpellInfo(51713), index = 3, type = "form" }, + { id = "shadowdance", name = GetSpellInfo(51713), index = 2 }, } elseif k == "PRIEST" then newT = {