1
This commit is contained in:
parent
a8ce8f3ae9
commit
d805e9b3c4
@ -302,7 +302,7 @@ class Item {
|
|||||||
array_push($heros, $tokenId);
|
array_push($heros, $tokenId);
|
||||||
}
|
}
|
||||||
if (in_array($tokenId, $gunItemIds)) {
|
if (in_array($tokenId, $gunItemIds)) {
|
||||||
array_push($gun, $tokenId);
|
array_push($guns, $tokenId);
|
||||||
}
|
}
|
||||||
switch ($tokenId) {
|
switch ($tokenId) {
|
||||||
case 110100:
|
case 110100:
|
||||||
@ -312,7 +312,7 @@ class Item {
|
|||||||
break;
|
break;
|
||||||
case 110200:
|
case 110200:
|
||||||
{
|
{
|
||||||
array_push($gunHeros, $tokenId);
|
array_push($specGuns, $tokenId);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user