Commit 2ce63aa5e1a4062c293fc2fe1316b24cbb3d9d19

Authored by zhangqijia
1 parent 71d319eb

fix: 扭蛋机,跨天自动重置改为手动重置

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/models/Activity.lua
@@ -779,7 +779,7 @@ activityFunc[Activity.ActivityType.Gachakon] = { @@ -779,7 +779,7 @@ activityFunc[Activity.ActivityType.Gachakon] = {
779 end, 779 end,
780 ["crossDay"] = function(self, actType, notify) 780 ["crossDay"] = function(self, actType, notify)
781 self:updateResetData(actType, 1) 781 self:updateResetData(actType, 1)
782 - self:updateActData(actType, {}, not notify) 782 + --self:updateActData(actType, {}, not notify)
783 end, 783 end,
784 ["reset"] = function(self, actType) 784 ["reset"] = function(self, actType)
785 if self:getResetData(actType) == 0 then return end 785 if self:getResetData(actType) == 0 then return end