WoWInterface SVN oUF_Ruben

Compare Revisions

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

Rev 29 → Rev 28

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