Browse Source

每日商城广告字段每日重置

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

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

@@ -351,6 +351,8 @@ class ShopProc {
         ctx()->privateState->goldShopReceived = array();
         ctx()->privateState->goldShopReceived = array();
         ctx()->privateState->junbeiShopNumRecord = new \stdClass();
         ctx()->privateState->junbeiShopNumRecord = new \stdClass();
         
         
+        ctx()->privateState->dailyShop_GuangGaoNum = 0;
+        ctx()->privateState->dailyShop_GuangGaoTs = 0;
     }
     }
     
     
     /**
     /**