This commit is contained in:
aozhiwei 2020-12-01 19:10:45 +08:00
parent 9828497ea9
commit a514696ffb

View File

@ -165,7 +165,8 @@ class GameOverController{
//道具物品 //道具物品
$first_list = array(); $first_list = array();
if (phpcommon\extractChannel($account_id) == 6001 || 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( array_push($first_list, array(
'item_id' => 18006, 'item_id' => 18006,
'item_num' => $num, 'item_num' => $num,