WoWInterface SVN zz_BossPercent

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 30 to Rev 31
    Reverse comparison

Rev 30 → Rev 31

zz_BossPercent/core.lua
124,12 → 124,12
 
 
local function init()
options = addon['InitConfig'](addon, childName, true, {
options = addon:InitConfig(childName, true, {
['name'] = childName,
['type'] = "launcher",
}, getPref, setPref)
db = addon['db']['profile'][childName]
addon['AddConfigEntry'](addon, childName, "toggle","toggle","Lock window",nil,1,nil,nil,nil,nil,options['args'][childName])
addon:AddConfigEntry(childName, "toggle","toggle","Lock window",nil,1,nil,nil,nil,nil,options['args'][childName])
group = setupGroup(childName.."Frames",{ "playertarget", "focus", "boss1","boss2","boss3"})
end
addon['startup'](addon, name, childName, init, true, defaults)
\ No newline at end of file