17,105
edits
mNo edit summary |
mNo edit summary |
||
Line 207: | Line 207: | ||
--Finally, the Sources | --Finally, the Sources | ||
table.insert(resultPart, '\r\n| style ="text-align: right;padding: 0 0.5em 0 0.5em;" |') | table.insert(resultPart, '\r\n| style ="text-align: right;padding: 0 0.5em 0 0.5em;" |') | ||
table.insert(resultPart, | table.insert(resultPart, ItemSourceTables._getItemSources(item)) | ||
else | else | ||
--Building rows for armour | --Building rows for armour | ||
Line 236: | Line 236: | ||
--Finally, the Sources | --Finally, the Sources | ||
table.insert(resultPart, '\r\n| style ="text-align: right;padding: 0 0.5em 0 0.5em;" |') | table.insert(resultPart, '\r\n| style ="text-align: right;padding: 0 0.5em 0 0.5em;" |') | ||
table.insert(resultPart, | table.insert(resultPart, ItemSourceTables._getItemSources(item)) | ||
end | end | ||
end | end |