Browse Source

宝箱不在有倒计时改为每天一次广告每日0点重置时间

cyzhao 10 months ago
parent
commit
e02b628db0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Gameserver/App/process/ShopProc.php

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

@@ -519,6 +519,8 @@ class ShopProc {
         ctx()->privateState->guanggaoGetTiliNum = 0;
         ctx()->privateState->guanggaoGetTiliNum = 0;
         ctx()->privateState->buyTiliNum = 0;
         ctx()->privateState->buyTiliNum = 0;
 
 
+        ctx()->privateState->lastFreeGetTs_ShopBoxBright = 0;
+        ctx()->privateState->lastFreeGetTs_ShopBoxCommon = 0;
         self::ShopMonthClear();
         self::ShopMonthClear();
     }
     }