4,951
edits
Falterfire (talk | contribs) (Fixed MattMonsterTable) |
Falterfire (talk | contribs) (Really fixed MattMonsterTable) |
||
Line 1,382: | Line 1,382: | ||
local lootTxt = '0' | local lootTxt = '0' | ||
if lootVal ~= 0 then | if lootVal ~= 0 then | ||
lootTxt = Shared.formatnum(lootVal) | lootTxt = Shared.formatnum(Shared.round(lootVal, 2, 2)) | ||
end | end | ||