取消吃鸡模式额外奖励
This commit is contained in:
parent
9536771481
commit
1a9b90b907
@ -166,22 +166,22 @@ class GameOverController
|
|||||||
}
|
}
|
||||||
//道具物品
|
//道具物品
|
||||||
$first_list = array();
|
$first_list = array();
|
||||||
if (
|
// if (
|
||||||
phpcommon\extractChannel($account_id) == 6001 ||
|
// phpcommon\extractChannel($account_id) == 6001 ||
|
||||||
phpcommon\extractChannel($account_id) == 6007 ||
|
// phpcommon\extractChannel($account_id) == 6007 ||
|
||||||
phpcommon\extractChannel($account_id) == 6008 ||
|
// phpcommon\extractChannel($account_id) == 6008 ||
|
||||||
phpcommon\extractChannel($account_id) == 6000
|
// phpcommon\extractChannel($account_id) == 6000
|
||||||
) {
|
// ) {
|
||||||
array_push($first_list, array(
|
// array_push($first_list, array(
|
||||||
'item_id' => 18006,
|
// 'item_id' => 18006,
|
||||||
'item_num' => $num,
|
// 'item_num' => $num,
|
||||||
'time' => 0,
|
// 'time' => 0,
|
||||||
));
|
// ));
|
||||||
$first_list = $this->randomBox($first_list, 8);
|
// $first_list = $this->randomBox($first_list, 8);
|
||||||
$first_list = $this->randomBox($first_list, 9);
|
// $first_list = $this->randomBox($first_list, 9);
|
||||||
} else {
|
// } else {
|
||||||
$first_list = $this->randomReward($rank, $type);
|
// $first_list = $this->randomReward($rank, $type);
|
||||||
}
|
// }
|
||||||
$first_db = array(
|
$first_db = array(
|
||||||
'first_uuid' => $first_uuid,
|
'first_uuid' => $first_uuid,
|
||||||
'first_list' => $first_list,
|
'first_list' => $first_list,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user