diff --git a/webapp/controller/UserController.class.php b/webapp/controller/UserController.class.php index 2a7c3114..4be582ff 100644 --- a/webapp/controller/UserController.class.php +++ b/webapp/controller/UserController.class.php @@ -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();