WoWInterface SVN PhanxMod

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 40 to Rev 41
    Reverse comparison

Rev 40 → Rev 41

PhanxMod.toc
2,7 → 2,7
 
## Author: Phanx
## X-Email: addons@phanx.net
## X-Copyright: Copyright (c) 2007-2014 Phanx. All rights reserved.
## X-Copyright: Copyright (c) 2007-2015 Phanx. All rights reserved.
 
## SavedVariables: PhanxModDB
 
10,11 → 10,10
Emotes.lua
 
Mods.lua
Misc.lua
CharacterFrame.lua
# ProposalTimer.lua
StableMaster.lua
 
Misc.lua
 
# ProposalTimer.lua
# Addons\Recount.lua
# Addons\Squire2.lua
\ No newline at end of file
Core.lua
59,7 → 59,7
if handler then
func = handler[func]
end
if func and f[event] and f[event][func] then
if func and f[event] and f[event][func] ~= nil then
f[event][func] = nil
if not next(f[event]) then
f[event] = nil