1
This commit is contained in:
parent
c21554606f
commit
70bb389dab
@ -1150,6 +1150,8 @@ class UserController extends BaseAuthedController {
|
||||
'score' => $RankMeta ? $RankMeta['rank_score'] : 300,
|
||||
'history_best_score' => $RankMeta ? $RankMeta['rank_score'] : 300,
|
||||
'elo' => $initElo,
|
||||
'head_id' => 50001,
|
||||
'head_list' => json_encode(array(50001)),
|
||||
);
|
||||
if ($this->_getChannel() == BC_CHANNEL) {
|
||||
$fields['address'] = $this->_getOpenId();
|
||||
|
Loading…
x
Reference in New Issue
Block a user