1,131
edits
No edit summary |
No edit summary |
||
| Line 212: | Line 212: | ||
local buyvalue = item['Store buy price'] or '' | local buyvalue = item['Store buy price'] or '' | ||
local buySortValue = 0 | local buySortValue = 0 | ||
if not(buyvalue == 'N/A') then | if not(buyvalue == 'N/A') and not(buyvalue == 1e10) then | ||
buyvalue = tonumber(buyvalue) | buyvalue = tonumber(buyvalue) | ||
if buyvalue then | if buyvalue then | ||