use [bonusbar:x] instead of [stance:x], simplifies detection logic of stances, no more skipped aquatic form shit =P
This commit is contained in:
@@ -1,16 +1 @@
|
||||
--[[ $Id$ ]]
|
||||
|
||||
local S = LibStub("AceLocale-3.0"):NewLocale("BT4Stances", "enUS", true)
|
||||
|
||||
-- warrior
|
||||
S["Battle Stance"] = true
|
||||
S["Defensive Stance"] = true
|
||||
S["Berserker Stance"] = true
|
||||
-- druid
|
||||
S["Bear Form"] = true
|
||||
S["Dire Bear Form"] = true
|
||||
S["Cat Form"] = true
|
||||
S["Tree of Life"] = true
|
||||
S["Moonkin Form"] = true
|
||||
-- rogue
|
||||
S["Stealth"] = true
|
||||
|
||||
Reference in New Issue
Block a user