444
edits
Inconvenient (talk | contribs) No edit summary |
Inconvenient (talk | contribs) No edit summary |
||
Line 47: | Line 47: | ||
table.insert(itemList, '||') | table.insert(itemList, '||') | ||
table.insert(itemList, Icons.GP(item.sellsFor)) | table.insert(itemList, Icons.GP(item.sellsFor)) | ||
return table.concat(itemList) | return table.concat(itemList) | ||
end | end | ||
return p | return p |
edits