WoWInterface SVN Aloft

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /branches/cataclysm/Aloft/AloftGlow
    from Rev 1939 to Rev 1952
    Reverse comparison

Rev 1939 → Rev 1952

AloftGlow.lua
423,7 → 423,7
 
-- ChatFrame7:AddMessage("AloftGlow:PlaceGlowFrame(): place " .. tostring(aloftData.name))
glowFrame:ClearAllPoints()
glowFrame:SetPoint("CENTER", aloftData.healthBar, "CENTER", self.db.profile.offsetX, self.db.profile.offsetY)
glowFrame:SetPoint("CENTER", layoutFrame.healthFrame, "CENTER", self.db.profile.offsetX, self.db.profile.offsetY)
glowFrame:SetFrameLevel(level) -- above the backdrop frame, but below all artwork
end
end
460,6 → 460,9
return tmp ~= wasTank
end
 
-- /script ChatFrame7:AddMessage(tostring(GetShapeshiftForm(false)))
-- /script DEFAULT_CHAT_FRAME:AddMessage(tostring(GetShapeshiftForm(false)))
 
function AloftGlow:GetIsTank()
local tmp = nil
if playerClass == "WARRIOR" then