WoWInterface SVN pError

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 10 to Rev 11
    Reverse comparison

Rev 10 → Rev 11

pError/pError.lua
1,6 → 1,4
local addon = CreateFrame('Frame')
local orig = UIErrorsFrame_OnEvent
 
local defaults = {
[ERR_OUT_OF_ENERGY] = true,
[ERR_SPELL_COOLDOWN] = true,
30,7 → 28,7
end
end
 
return orig(self, event, ...)
return UIErrorsFrame_OnEvent(self, event, ...)
end
 
addon:RegisterEvent('ADDON_LOADED')