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,