From ea733bdad196244f930b7707946468bf7c5bdd8f Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Wed, 26 Mar 2008 16:07:36 +0000 Subject: [PATCH] fix bug for rogues --- ActionBarStates.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ActionBarStates.lua b/ActionBarStates.lua index 984da0d..9e31dac 100644 --- a/ActionBarStates.lua +++ b/ActionBarStates.lua @@ -159,7 +159,7 @@ module.DefaultStanceMap = { { id = "moonkintree", name = "Moonkin/Tree of Life", index = 2 }, }, ROGUE = { - { id = "stealth", match = "Stealth", index = 1 }, + { id = "stealth", name = "Stealth", index = 1 }, }, PRIEST = { --shadowform gets a position override because it doesnt have a real stance position .. and priests dont have other stances =) { id = "shadowform", name = "Shadowform", index = 1 },