Parcourir la source

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

cyzhao il y a 11 mois
Parent
commit
e02b628db0
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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->buyTiliNum = 0;
 
+        ctx()->privateState->lastFreeGetTs_ShopBoxBright = 0;
+        ctx()->privateState->lastFreeGetTs_ShopBoxCommon = 0;
         self::ShopMonthClear();
     }