WoWInterface SVN NeedyGreedy

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 31 to Rev 32
    Reverse comparison

Rev 31 → Rev 32

NeedyGreedy.lua
987,6 → 987,8
end
end
 
tooltip:AddLine("")
 
-- Create table with party names and their rolls
for i, name in ipairs(players) do
local rollTable = {}
1027,7 → 1029,10
end
 
function NeedyGreedy:AddHeaderText(tooltip)
tooltip:AddHeader(yC .. "NeedyGreedy|r")
local headerText = yC .. "NeedyGreedy|r"
local lineNum = tooltip:AddLine("")
tooltip:SetCell(lineNum, 1, headerText, tooltip:GetHeaderFont(), tooltip:GetColumnCount())
 
tooltip:AddLine("")
end