WoWInterface SVN oUF_Ruben

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 28 to Rev 29
    Reverse comparison

Rev 28 → Rev 29

trunk/oUF_Ruben/oUF_Ruben.lua
313,6 → 313,10
--]]--
end
 
local function fixStatBar(bar)
bar:GetStatusBarTexture():SetHorizTile(false)
end
 
local func = function(self, unit)
 
--[[------------------------------------------------------------------------------------------------
382,6 → 386,8
end
 
self.Health = hp
 
fixStatBar(self.Health)
end
 
--[[------------------------------------------------------------------------------------------------
432,6 → 438,8
pp:SetFrameLevel(self.Health:GetFrameLevel()-1)
 
self.Power = pp
 
fixStatBar(self.Power)
end
--[[------------------------------------------------------------------------------------------------
Portrait
528,6 → 536,7
end
 
self.Castbar = cb
fixStatBar(self.Castbar)
end
 
--[[------------------------------------------------------------------------------------------------
755,6 → 764,7
rescomm:Hide()
 
self.ResComm = rescomm
fixStatBar(self.ResComm)
end
 
--[[------------------------------------------------------------------------------------------------