浏览代码

接口补充

cyzhao 1 年之前
父节点
当前提交
030f2066e7
共有 1 个文件被更改,包括 1 次插入1 次删除
  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();
     }