diff --git a/webapp/controller/UserController.class.php b/webapp/controller/UserController.class.php index 84020fa..e4bdf0e 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,