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();
     }