添加6007特殊处理
This commit is contained in:
parent
a0b7fe1b1f
commit
6e1c4b2500
@ -165,6 +165,7 @@ class GameOverController{
|
|||||||
//道具物品
|
//道具物品
|
||||||
$first_list = array();
|
$first_list = array();
|
||||||
if (phpcommon\extractChannel($account_id) == 6001 ||
|
if (phpcommon\extractChannel($account_id) == 6001 ||
|
||||||
|
phpcommon\extractChannel($account_id) == 6007 ||
|
||||||
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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user