@@ -19,6 +19,7 @@ local function _get_reward_items(id)
for k, v in pairs(tmp) do
table.insert(list, {k, v})
end
+ return list
return {}