WoWInterface SVN NeedyGreedy

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 200 to Rev 201
    Reverse comparison

Rev 200 → Rev 201

NeedyGreedy.lua
2500,6 → 2500,8
end
 
function NeedyGreedy:PrintTable(t, indent)
if not t then return "nil" end
 
if indent == nil then
indent = ""
end