소스 검색

fix: 挑战记录每日刷新.

王刚 1 년 전
부모
커밋
6ee7f3d68e
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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() {
     public static function FightDailyClear() {
         //ctx()->gates->xunluo_quick_buyRecord = 0;
         //ctx()->gates->xunluo_quick_buyRecord = 0;
         ctx()->gates->fightSweepNum = 0;
         ctx()->gates->fightSweepNum = 0;
+        ctx()->gates()->TowerGateInfo()->RefreshSkillTimes = 0;
+        ctx()->gates()->TowerGateInfo()->TodayChanNum = 0;
     }
     }
 
 
     /**
     /**