2,875
edits
(Remove uppercase formatting for item names) |
(Remove rounding of item amounts) |
||
Line 192: | Line 192: | ||
qtyCell:node(getErrorDiv("Unable to parse quantity for item: " .. i.name)) | qtyCell:node(getErrorDiv("Unable to parse quantity for item: " .. i.name)) | ||
else | else | ||
local qty = | local qty = i.amount | ||
qtyCell:wikitext(num.formatnum(qty)) | qtyCell:wikitext(num.formatnum(qty)) | ||
end | end |
edits