WoWInterface SVN oUF_BarFader

Compare Revisions

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

Rev 16 → Rev 15

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