diff --git a/webapp/controller/BattleController.class.php b/webapp/controller/BattleController.class.php index 5690cae0..183ab189 100644 --- a/webapp/controller/BattleController.class.php +++ b/webapp/controller/BattleController.class.php @@ -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); }