WoWInterface SVN LFGStatusIcon

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 9 to Rev 10
    Reverse comparison

Rev 9 → Rev 10

trunk/LFGStatusIcon/core.lua
1,9 → 1,9
if not GetLFGQueueStats then return end -- 3.3 only
 
local update, indicator = nil, nil
update = function()
local hasData, leaderNeeds, tankNeeds, healerNeeds, dpsNeeds, _, _, _, _, _, _, _, _, _, _, myWait, queuedTime = GetLFGQueueStats()
 
local hasData, leaderNeeds, tankNeeds, healerNeeds, dpsNeeds, _, _, _, _, instanceSubType, _, _, _, _, _, myWait, queuedTime = GetLFGQueueStats()
if instanceSubType == LFG_SUBTYPEID_RAID then
return
end
if not indicator then -- setup indicators
MiniMapLFGFrame.lfgindicators = CreateFrame("Frame", nil, MiniMapLFGFrame)
indicator = MiniMapLFGFrame.lfgindicators