WoWInterface SVN mikma

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /Invataxi
    from Rev 527 to Rev 529
    Reverse comparison

Rev 527 → Rev 529

Invataxi.lua
117,7 → 117,7
total = total + elapsed
if total >= waittime then
local bgshown,bgcount = GetBattlegroundCount()
if count > (bgcount < 3 and bgcount or 3) then
if count > (bgcount < 2 and bgcount or 2) then
JoinFrame:SetScript("OnUpdate",nil)
else
local button
250,7 → 250,7
local x,y
tooltip = QTip:Acquire("InvataxiTooltip", 2, "LEFT","RIGHT")
tooltip:Clear()
y,x = tooltip:AddLine("Join first "..(bgcount < 3 and bgcount or 3).." battlegrounds")
y,x = tooltip:AddLine("Join first "..(bgcount < 2 and bgcount or 2).." battlegrounds")
tooltip:SetLineScript(y,"OnMouseDown", JoinLowestMarkBattlegrounds)
tooltip:AddSeparator()
if bgshown > 0 then