From d805e9b3c49527433bde6fb8e3b71242367092c1 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 9 Nov 2022 23:02:27 +0800 Subject: [PATCH] 1 --- webapp/mt/Item.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: