From d5d0a704304ff2bfa692025b02ab61a012657a7e Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sat, 12 Oct 2024 11:25:39 +0800 Subject: [PATCH] 1 --- webapp/controller/BattleController.class.php | 11 +++++++++++ 1 file changed, 11 insertions(+) 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); }