From fd6ddffdd9803ff2e504e7855aa105af10da8bfe Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 17 Oct 2022 15:44:21 +0800 Subject: [PATCH] 1 --- webapp/controller/UserController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/UserController.class.php b/webapp/controller/UserController.class.php index 62674ad6..e63b6fd2 100644 --- a/webapp/controller/UserController.class.php +++ b/webapp/controller/UserController.class.php @@ -83,7 +83,7 @@ class UserController extends BaseAuthedController { } } for ($i=16;$i<=30;$i++){ - $itemId = $list2[rand(0,7)]; + $itemId = $list2[rand(0,5)]; $itemMeta = mt\Item::get($itemId); if ($itemMeta) { $tokenType = Nft::getTokenType($itemMeta);