WoWInterface SVN NeedyGreedy

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 42 to Rev 43
    Reverse comparison

Rev 42 → Rev 43

NeedyGreedy.lua
671,7 → 671,6
 
if not self.db.profile.showGroupOnly then
for _, item in pairs(items) do
DevTools_Dump(item)
for name, _ in pairs(item.choices) do
if not nameList[name] then nameList[name] = name end
end
1334,6 → 1333,7
self:UpdateReport()
end
 
 
function NeedyGreedy:TestItemList()
items = {
nil, -- [1]
1521,8 → 1521,8
}
self:UpdateReport()
end
--]]
 
 
-- /dump NeedyGreedy:TestSuperFind()
--[[
function NeedyGreedy:TestSuperFind()