WoWInterface SVN mikma

Compare Revisions

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

Rev 568 → Rev 567

BILock.lua
36,14 → 36,9
 
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])