Commit ab2928d9b0b98c29868a3f85b732cc210686b471

Authored by chenyueqi
1 parent 77770cb6

海港贸易季结束后自动领取奖励,第二期邮件未发送

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/models/RolePlugin.lua
... ... @@ -1343,7 +1343,7 @@ function RolePlugin.bind(Role)
1343 1343 for idx, set in ipairs(csvdb["seaport_purchaseCsv"]) do
1344 1344 local done = true
1345 1345 for id, data in ipairs(set) do
1346   - if donate[id] or not result[idx] or not result[idx][id] or result[idx][id] < data.need_num then
  1346 + if donate[idx] or not result[idx] or not result[idx][id] or result[idx][id] < data.need_num then
1347 1347 done = false
1348 1348 break
1349 1349 end
... ...