1,131
edits
No edit summary |
No edit summary |
||
| Line 111: | Line 111: | ||
table.sort(smwdata, function(a, b) return b['Store sell price'] < a['Store sell price'] end) | table.sort(smwdata, function(a, b) return b['Store sell price'] < a['Store sell price'] end) | ||
mw. | mw.log("smwdata", dump(smwdata)) | ||
-- Iterate through each shop instance of item | -- Iterate through each shop instance of item | ||