From 1a9b90b90713d60b3ba6745d7b97ec1f6db17524 Mon Sep 17 00:00:00 2001 From: yangduo Date: Wed, 9 Apr 2025 16:18:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E5=90=83=E9=B8=A1=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E9=A2=9D=E5=A4=96=E5=A5=96=E5=8A=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../controller/GameOverController.class.php | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/webapp/controller/GameOverController.class.php b/webapp/controller/GameOverController.class.php index 47e05e1..544cfea 100644 --- a/webapp/controller/GameOverController.class.php +++ b/webapp/controller/GameOverController.class.php @@ -166,22 +166,22 @@ class GameOverController } //道具物品 $first_list = array(); - if ( - phpcommon\extractChannel($account_id) == 6001 || - phpcommon\extractChannel($account_id) == 6007 || - phpcommon\extractChannel($account_id) == 6008 || - phpcommon\extractChannel($account_id) == 6000 - ) { - array_push($first_list, array( - 'item_id' => 18006, - 'item_num' => $num, - 'time' => 0, - )); - $first_list = $this->randomBox($first_list, 8); - $first_list = $this->randomBox($first_list, 9); - } else { - $first_list = $this->randomReward($rank, $type); - } + // if ( + // phpcommon\extractChannel($account_id) == 6001 || + // phpcommon\extractChannel($account_id) == 6007 || + // phpcommon\extractChannel($account_id) == 6008 || + // phpcommon\extractChannel($account_id) == 6000 + // ) { + // array_push($first_list, array( + // 'item_id' => 18006, + // 'item_num' => $num, + // 'time' => 0, + // )); + // $first_list = $this->randomBox($first_list, 8); + // $first_list = $this->randomBox($first_list, 9); + // } else { + // $first_list = $this->randomReward($rank, $type); + // } $first_db = array( 'first_uuid' => $first_uuid, 'first_list' => $first_list,