WoWInterface SVN zz_UI

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 22 to Rev 23
    Reverse comparison

Rev 22 → Rev 23

zz_UI/core.lua
434,7 → 434,7
 
local function init(self, ...)
realm = GetRealmName()
options = addon['InitConfig'](addon, name, true, {
options = addon:InitConfig(name, true, {
['type'] = "launcher",
}, getPref, setPref)
db = addon['db']['profile'][name]