WoWInterface SVN NeedyGreedy

Compare Revisions

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

Rev 32 → Rev 31

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