Module:Skills/Cartography: Difference between revisions

no edit summary
(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(item)
local resultTable = p._getDiscoveryRewardsTable(items)
if resultTable == '' then
if resultTable == '' then
return ''
return ''
432

edits