17,101
edits
(_getSpecialAttackTable: Fix) |
No edit summary |
||
Line 210: | Line 210: | ||
spAttDesc = spAttDesc..')' | spAttDesc = spAttDesc..')' | ||
end | end | ||
table.insert(resultPart, '\r\n' .. rowSuffix .. '| ' .. spAttDesc) | table.insert(resultPart, '\r\n' .. rowSuffix .. '| ' .. (spAttDesc or '')) | ||
end | end | ||
end | end |