Commit 0285ef6c0aaa7ccf79ffbfd7ecc32af0cf3ba02a
1 parent
3e5f46ca
活动卡池结束回馈次数通关邮件折算碎片 功能注释
Showing
1 changed file
with
5 additions
and
5 deletions
Show diff stats
src/models/Activity.lua
... | ... | @@ -530,11 +530,11 @@ activityFunc[Activity.ActivityType.ActHeroPool] = { |
530 | 530 | local cfg = csvdb["activity_ctrlCsv"][actId] |
531 | 531 | if not cfg then return end |
532 | 532 | -- 保底次数转换成万能碎片 |
533 | - local count = math.ceil(((actData[cfg.condition] or 0) / 100) * 60) | |
534 | - if count > 0 then | |
535 | - local gift = {[723] = count} | |
536 | - self.owner:sendMail(MailId.ActivityPoolRet, nil, gift, {}) | |
537 | - end | |
533 | + --local count = math.ceil(((actData[cfg.condition] or 0) / 100) * 60) | |
534 | + --if count > 0 then | |
535 | + -- local gift = {[723] = count} | |
536 | + -- self.owner:sendMail(MailId.ActivityPoolRet, nil, gift, {}) | |
537 | + --end | |
538 | 538 | actData[cfg.condition] = nil |
539 | 539 | self:updateActData(actType, actData, not notify) |
540 | 540 | end, | ... | ... |