WoWInterface SVN oUF_BarFader

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 15 to Rev 16
    Reverse comparison

Rev 15 → Rev 16

oUF_BarFader/oUF_BarFader.lua
38,7 → 38,7
end
 
local function Enable(self)
if(self.BarFade) then
if(self.BarFade and self.unit) then
Update(self)
 
self:RegisterEvent('UNIT_COMBAT', Update)