diff --git a/webapp/mt/Item.php b/webapp/mt/Item.php index af45d570..d3e70647 100644 --- a/webapp/mt/Item.php +++ b/webapp/mt/Item.php @@ -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: