From a9ab5c348098592229cf541b1f18ebdabab9f4b0 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 7 Dec 2021 14:38:42 +0800 Subject: [PATCH] 1 --- webapp/controller/UserController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/UserController.class.php b/webapp/controller/UserController.class.php index 84020fae..e4bdf0e6 100644 --- a/webapp/controller/UserController.class.php +++ b/webapp/controller/UserController.class.php @@ -73,7 +73,7 @@ class UserController extends BaseAuthedController { 'gold' => 10000 * 10000, 'diamond' => 10000 * 10000, 'head_frame' => 19003, - 'level' => 100, + 'level' => 1, 'exp' => 0, 'rank' => $initRankMeta ? $initRankMeta['rank'] : 0, 'score' => $initRankMeta ? $initRankMeta['min_score'] : 0,