This commit is contained in:
aozhiwei 2022-11-09 23:02:27 +08:00
parent a8ce8f3ae9
commit d805e9b3c4

View File

@ -302,7 +302,7 @@ class Item {
array_push($heros, $tokenId);
}
if (in_array($tokenId, $gunItemIds)) {
array_push($gun, $tokenId);
array_push($guns, $tokenId);
}
switch ($tokenId) {
case 110100:
@ -312,7 +312,7 @@ class Item {
break;
case 110200:
{
array_push($gunHeros, $tokenId);
array_push($specGuns, $tokenId);
}
break;
default: