432
edits
(Generate table for multiple rewards e.g. Diamond + Coral) |
No edit summary |
||
Line 332: | Line 332: | ||
return Shared.printError('No items found for with names: "' .. itemNames .. '"') | return Shared.printError('No items found for with names: "' .. itemNames .. '"') | ||
end | end | ||
local resultTable = p._getDiscoveryRewardsTable( | local resultTable = p._getDiscoveryRewardsTable(items) | ||
if resultTable == '' then | if resultTable == '' then | ||
return '' | return '' |
edits