DRYCODE: copy/pasted stance translations from BT3 into locale files using AceLocale-3.0, and first module interface for stances
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
--[[ $Id: ActionBarPrototype.lua 57691 2007-12-30 21:36:55Z nevcairiel $ ]]
|
||||
|
||||
local ActionBar = Bartender4.ActionBar
|
||||
|
||||
local module = Bartender4:GetModule("ActionBars")
|
||||
|
||||
function module:GetStanceOptionsTable()
|
||||
local options = {
|
||||
|
||||
}
|
||||
|
||||
return options
|
||||
end
|
||||
|
||||
function ActionBar:InitStates()
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user