# HG changeset patch # User Flick # Date 1352939390 28800 # Node ID 8598e779819aa534bee1f006ecd1982bae892c45 # Parent 6fbb55e5c624a762206e103ac35869872bcd9f6e Fix Shadowdance stance conditional diff -r 6fbb55e5c624 -r 8598e779819a Bar.lua --- a/Bar.lua Fri Nov 09 13:25:41 2012 -0800 +++ b/Bar.lua Wed Nov 14 16:29:50 2012 -0800 @@ -750,7 +750,7 @@ local ruleformats = { stealth = { format = "stealth", filter = ClassFilter("ROGUE","DRUID") }, nostealth = { format = "nostealth", filter = ClassFilter("ROGUE","DRUID") }, - shadowdance = { format = "stance:2", filter = ClassFilter("ROGUE") }, + shadowdance = { format = "stance:3", filter = ClassFilter("ROGUE") }, shadowform = { format = "form:1", filter = ClassFilter("PRIEST") }, noshadowform = { format = "noform", filter = ClassFilter("PRIEST") }, battle = { format = "stance:1", filter = ClassFilter("WARRIOR") },