WoWInterface SVN Aloft

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/Aloft/AloftCastWarning
    from Rev 2498 to Rev 2549
    Reverse comparison

Rev 2498 → Rev 2549

AloftCastWarning.lua
853,7 → 853,7
if active then
-- ChatFrame7:AddMessage("AloftCastWarning:AnimateActiveCast(): show cast warning " .. tostring(aloftData.name) .. "/" .. tostring(castWarningFrame.targetGUId) .. "/" .. tostring(active) .. "/" .. tostring(active.startTime) .. "<" .. tostring(active.endTime) .. "/" .. tostring(castWarningFrame.event))
local layoutFrame = aloftData.layoutFrame
local castFrame = AloftCastBar:GetCastFrame()
local castFrame = AloftCastBar:AcquireCastFrame(aloftData)
if active.disabled then
-- cast is over, release the active cast
-- ChatFrame7:AddMessage("AloftCastWarning:AnimateActiveCast(): disable 1 " .. tostring(aloftData.name))