WoWInterface SVN mikma

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /BILock
    from Rev 567 to Rev 568
    Reverse comparison

Rev 567 → Rev 568

BILock.lua
36,9 → 36,14
 
if #savedInstances[1] >= 1 or #savedInstances[2] >= 1 or #savedInstances[3] >= 1 or #savedInstances[4] >= 1 or #savedInstances[5] >= 1 then
GameTooltip:AddLine(" ")
drawline = true
end
 
if #savedInstances[1] >= 1 then
if drawline then
GameTooltip:AddSpacerLine()
drawline = nil
end
GameTooltip:AddLine("Heroic",1,1,1)
for k,v in ipairs(savedInstances[1]) do
GameTooltip:AddDoubleLine(v[1],v[2])