4,581
edits
(Added table of contents header) |
(Fixed testDiscoveryRewards) |
||
Line 263: | Line 263: | ||
if POI.discoveryRewards ~= nil and POI.discoveryRewards.items ~= nil then | if POI.discoveryRewards ~= nil and POI.discoveryRewards.items ~= nil then | ||
local item = Items.getItemByID(POI.discoveryRewards.items[1].id) | local item = Items.getItemByID(POI.discoveryRewards.items[1].id) | ||
table.insert(testTable, p. | table.insert(testTable, p._getDiscoveryRewardsTable(item)) | ||
end | end | ||
end | end |