diff --git a/webapp/controller/UserController.class.php b/webapp/controller/UserController.class.php index 75c770e7..75b434d7 100644 --- a/webapp/controller/UserController.class.php +++ b/webapp/controller/UserController.class.php @@ -789,10 +789,10 @@ class UserController extends BaseAuthedController { 'sex' => rand() % 2, 'gold' => 0, 'diamond' => 0, - 'level' => 10, + 'level' => 1, 'rank' => 0, 'score' => 0, - 'exp' => 3240, + 'exp' => 0, 'last_season_id' => $currSeasonMeta ? $currSeasonMeta['id'] : 0, 'score_modifytime' => $this->_getNowTime(), 'best_rank_modifytime' => $this->_getNowTime(),