WoWInterface SVN NeedyGreedy

Compare Revisions

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

Rev 186 → Rev 187

NeedyGreedy.lua
2462,6 → 2462,7
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 .. "\" = "