WoWInterface SVN NeedyGreedy

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 187 to Rev 186
    Reverse comparison

Rev 187 → Rev 186

NeedyGreedy.lua
2462,7 → 2462,6
local dumpString = "{\n"
local argString = ""
for _, event in ipairs(EVENT_LOG) do
argString = ""
for index, detail in ipairs(event) do
if index == 1 then
dumpString = dumpString .. " \"" .. detail .. "\" = "