WoWInterface SVN oUF_P3lim

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 80 to Rev 81
    Reverse comparison

Rev 80 → Rev 81

oUF_P3lim/oUF_P3lim.lua
241,7 → 241,7
local hpvalue = self.Health:CreateFontString(nil, 'OVERLAY', 'GameFontHighlightSmallRight')
hpvalue:SetPoint('RIGHT', self.Health, -2, -1)
hpvalue.frequentUpdates = 0.1
self:Tag(hpvalue, unit == 'player' and '|cffff0000[custompvp]|r [customhp]' or '[customhp]')
self:Tag(hpvalue, unit == 'player' and '[threatcolor][customthreat(%)]|r|cffff0000[custompvp]|r [customhp]' or '[customhp]')
 
self.RaidIcon = self.Health:CreateTexture(nil, 'OVERLAY')
self.RaidIcon:SetPoint('TOP', self, 0, 8)
377,10 → 377,6
self.CPoints.unit = PlayerFrame.unit
self:RegisterEvent('UNIT_COMBO_POINTS', updateCPoints)
 
local threat = self:CreateFontString(nil, 'OVERLAY', 'GameFontNormalSmall')
threat:SetPoint('TOPLEFT', self, 'BOTTOMRIGHT')
self:Tag(threat, '[threatcolor][customthreat(%)]')
 
self.Debuffs = CreateFrame('Frame', nil, self)
self.Debuffs:SetPoint('TOPLEFT', self, 'BOTTOMLEFT', -1, -2)
self.Debuffs:SetHeight(22 * 0.97)