WoWInterface SVN oUF_Experience

Compare Revisions

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

Rev 39 → Rev 38

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