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