取消吃鸡模式额外奖励

This commit is contained in:
yangduo 2025-04-09 16:18:32 +08:00
parent 9536771481
commit 1a9b90b907

View File

@ -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,