From a514696ffba9d98110ae9a52e0609bd67d8c4006 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 1 Dec 2020 19:10:45 +0800 Subject: [PATCH] 1 --- 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 c3a41b2..5b736ef 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) == 6000 || + phpcommon\extractChannel($account_id) == 6007) { array_push($first_list, array( 'item_id' => 18006, 'item_num' => $num,