Browse Source

接口补充

cyzhao 1 year ago
parent
commit
030f2066e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Gameserver/App/process/UserProc.php

+ 1 - 1
Gameserver/App/process/UserProc.php

@@ -254,7 +254,7 @@ class UserProc {
      * @param bool $isnew Description
      */
     static function OnNewDay($isnew) {
-        ShopProc::DailyShopItemRand();
+        //ShopProc::DailyShopItemRand();
         ShopProc::ShopDailyClear();
     }