1
This commit is contained in:
parent
baf41d30f9
commit
d5d0a70430
@ -966,6 +966,17 @@ class BattleController extends BaseAuthedController {
|
||||
$info['match_mode'] = 1;
|
||||
}
|
||||
}
|
||||
{
|
||||
$info['items'] = array();
|
||||
array_push($info['items'], array(
|
||||
'item_id' => 900007,
|
||||
'item_num' => 10,
|
||||
));
|
||||
array_push($info['items'], array(
|
||||
'item_id' => 902101,
|
||||
'item_num' => 10,
|
||||
));
|
||||
}
|
||||
}
|
||||
array_push($teamInfo['members'], $info);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user