WoWInterface SVN Blessed

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 24 to Rev 25
    Reverse comparison

Rev 24 → Rev 25

Blessed/Blessed.lua
98,8 → 98,7
})
frame:SetBackdropColor(1, 1, 1, 0)
 
frame:SetWidth(iconSize)
frame:SetHeight(iconSize)
frame:SetSize(iconSize, iconSize)
frame:SetPoint(db.framePoint, db.xOfs, db.yOfs)
 
frame:SetMovable(true)
249,7 → 248,7
-- Only track Devotion Aura on player
if spellID == 31821 and destGUID ~= pguid then return end
 
-- Get rid of Beacon, to avoid duplicates due to being in different realms
-- Always get rid of Beacon, to avoid duplicates due to being in different realms
if spellID == 53563 then
self:RemoveFrame(spellID, destGUID)
end
296,7 → 295,7
if self.update > 0 then return end
 
self.update = self.update + 1
self.timer:SetFormattedText("%.0f", floor(self.duration))
self.timer:SetFormattedText("%.0f", self.duration)
 
if self.duration <= 0 then
Blessed:RemoveFrame(self.id, self.guid)