Commit 2ce63aa5e1a4062c293fc2fe1316b24cbb3d9d19
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 | 779 | end, |
780 | 780 | ["crossDay"] = function(self, actType, notify) |
781 | 781 | self:updateResetData(actType, 1) |
782 | - self:updateActData(actType, {}, not notify) | |
782 | + --self:updateActData(actType, {}, not notify) | |
783 | 783 | end, |
784 | 784 | ["reset"] = function(self, actType) |
785 | 785 | if self:getResetData(actType) == 0 then return end | ... | ... |