WoWInterface SVN oUF_Experience

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 38 to Rev 39
    Reverse comparison

Rev 38 → Rev 39

oUF_Experience/oUF_Experience.lua
132,7 → 132,7
local function disable(self, unit)
local bar = self.Experience
if(bar) then
if(unit == 'player')
if(unit == 'player') then
self:UnregisterEvent('PLAYER_XP_UPDATE', argChecks)
self:UnregisterEvent('PLAYER_LEVEL_UP', argChecks)
bar:Hide()