From 586d9a1001e2f5bf24cbfe0d1b9efe4e8bc383b8 Mon Sep 17 00:00:00 2001 From: hujiabin <519660157@qq.com> Date: Fri, 5 Jan 2024 17:06:13 +0800 Subject: [PATCH] 1 --- webapp/controller/UserController.class.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webapp/controller/UserController.class.php b/webapp/controller/UserController.class.php index f1e454eb..f1648190 100644 --- a/webapp/controller/UserController.class.php +++ b/webapp/controller/UserController.class.php @@ -123,6 +123,11 @@ class UserController extends BaseAuthedController { 'item_id' => V_ITEM_GOLD, 'item_num' => 500000 )); + array_push($addItems, + array( + 'item_id' => V_ITEM_STAR, + 'item_num' => 400 + )); $itemIds = array(30100,30200,30300,30400,30500,30600,30700,30800,30900,31000,40702,40902,40102); foreach ($itemIds as $row){ array_push($addItems,