1
This commit is contained in:
parent
e51f7dde6f
commit
6122f36682
@ -883,7 +883,7 @@ class UserController extends BaseAuthedController {
|
|||||||
'level' => 1,
|
'level' => 1,
|
||||||
'exp' => 0,
|
'exp' => 0,
|
||||||
'last_season_id' => $currSeasonMeta ? $currSeasonMeta['id'] : 0,
|
'last_season_id' => $currSeasonMeta ? $currSeasonMeta['id'] : 0,
|
||||||
'score_modifytime' => 0,
|
'score_modifytime' => $this->_getNowTime(),
|
||||||
'best_rank_modifytime' => $this->_getNowTime(),
|
'best_rank_modifytime' => $this->_getNowTime(),
|
||||||
'createtime' => $this->_getNowTime(),
|
'createtime' => $this->_getNowTime(),
|
||||||
'modifytime' => $this->_getNowTime(),
|
'modifytime' => $this->_getNowTime(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user