cyzhao 1 anno fa
parent
commit
030f2066e7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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();
     }