Browse Source

fix: 挑战记录每日刷新.

王刚 1 năm trước cách đây
mục cha
commit
6ee7f3d68e
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      Gameserver/App/process/FightProc.php

+ 2 - 0
Gameserver/App/process/FightProc.php

@@ -313,6 +313,8 @@ class FightProc {
     public static function FightDailyClear() {
         //ctx()->gates->xunluo_quick_buyRecord = 0;
         ctx()->gates->fightSweepNum = 0;
+        ctx()->gates()->TowerGateInfo()->RefreshSkillTimes = 0;
+        ctx()->gates()->TowerGateInfo()->TodayChanNum = 0;
     }
 
     /**