From 6e1c4b250028c8aa095222a9c14b3726d3dab0be Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 5 Feb 2021 20:00:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A06007=E7=89=B9=E6=AE=8A?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webapp/controller/GameOverController.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp/controller/GameOverController.class.php b/webapp/controller/GameOverController.class.php index f0d6d26..729ff48 100644 --- a/webapp/controller/GameOverController.class.php +++ b/webapp/controller/GameOverController.class.php @@ -165,7 +165,8 @@ class GameOverController{ //道具物品 $first_list = array(); if (phpcommon\extractChannel($account_id) == 6001 || - phpcommon\extractChannel($account_id) == 6000) { + phpcommon\extractChannel($account_id) == 6007 || + phpcommon\extractChannel($account_id) == 6000) { array_push($first_list, array( 'item_id' => 18006, 'item_num' => $num,