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