4,951
edits
Falterfire (talk | contribs) (Added value per bar to the Smithing tables) |
Falterfire (talk | contribs) (Changed to only one decimal place for value/bar) |
||
Line 277: | Line 277: | ||
else | else | ||
local barVal = totalValue / barQty | local barVal = totalValue / barQty | ||
result = result..'||data-sort-value="'..barVal..'"|'..Icons.GP(Shared.round(barVal, | result = result..'||data-sort-value="'..barVal..'"|'..Icons.GP(Shared.round(barVal, 1, 1)) | ||
end | end | ||
end | end |