WoWInterface SVN zz_UI

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 18 to Rev 19
    Reverse comparison

Rev 18 → Rev 19

zz_UI/zz_UI.toc
1,4 → 1,4
## Interface: 60200
## Interface: 70000
## Title: zz UI
## Notes: All the stuff that does not fit elsewhere
## Author: Rilgamon
zz_UI/core.lua
11,11 → 11,12
local defaults = {
['cvars'] = {
['autoLootDefault'] = "1",
['consolidateBuffs'] = "0",
-- ['consolidateBuffs'] = "0",
},
['dests'] = {
["Tirion"] = "Ritalein",
["Arygos"] = "Pastorella",
["Thrall"] = "Gurnsey",
}
}
 
35,7 → 36,7
local itemList = {
"52306","52307","52308","52309","43248","52492", -- cata
"83793","83794", -- mop
"115990", -- wod
"115990","115993", -- wod
}
 
local function itemCount()
242,7 → 243,7
InterfaceOptionsFrameOkay:Click()
end)
if(HideFriendButton) then
local fb = _G['FriendsMicroButton']
local fb = _G['QuickJoinToastButton']
fb:UnregisterAllEvents()
if(not hooked[fb]) then
fb:HookScript("OnShow", function(self) self:Hide() end)
zz_UI/Libs Property changes : Modified: svn:externals - svn://svn.wowace.com/wow/libbabble-inventory-3-0/mainline/trunk LibBabble-Inventory-3.0 + https://repos.wowace.com/wow/libbabble-inventory-3-0/trunk LibBabble-Inventory-3.0
zz_UI Property changes : Modified: svn:externals - Common svn://svn.wowinterface.com/zzcommon-841/trunk/LibCommon + svn://svn.wowinterface.com/zzcommon-841/trunk/LibCommon Common