This commit is contained in:
aozhiwei 2022-10-17 15:44:21 +08:00
parent 7f137d9ec4
commit fd6ddffdd9

View File

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