Mercurial > wow > reaction
diff modules/State.lua @ 178:2e2abdaad2e5
refix shadow dance and demon form states
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Wed, 20 Oct 2010 18:58:36 +0000 |
parents | d32c65d94009 |
children | ad40cd3fc7e9 |
line wrap: on
line diff
--- a/modules/State.lua Wed Oct 20 18:30:24 2010 +0000 +++ b/modules/State.lua Wed Oct 20 18:58:36 2010 +0000 @@ -164,7 +164,7 @@ -- rule fields { "stance", { {battle = L["Battle Stance"]}, {defensive = L["Defensive Stance"]}, {berserker = L["Berserker Stance"]} } }, { "form", { {caster = L["Caster Form"]}, {bear = L["Bear Form"]}, {cat = L["Cat Form"]}, {tree = L["Tree of Life"]}, {moonkin = L["Moonkin Form"]} } }, - { "stealth", { {stealth = L["Stealth"]}, {nostealth = L["No Stealth"]} }, {shadowdance = L["Shadow Dance"]} }, + { "stealth", { {stealth = L["Stealth"]}, {nostealth = L["No Stealth"]}, {shadowdance = L["Shadow Dance"]} } }, { "shadow", { {shadowform = L["Shadowform"]}, {noshadowform = L["No Shadowform"]} } }, { "demon", { {demon = L["Demon Form"]}, {nodemon = L["No Demon Form"]} } }, { "pet", { {pet = L["With Pet"]}, {nopet = L["Without Pet"]} } },