diff --git a/webapp/services/CircuitRankingService.php b/webapp/services/CircuitRankingService.php index 9346fe5c..f012af0f 100644 --- a/webapp/services/CircuitRankingService.php +++ b/webapp/services/CircuitRankingService.php @@ -134,8 +134,8 @@ class CircuitRankingService extends BaseService { $userDb = array( 'account_id' => $row['account_id'], 'name' => $robotMeta['name'], - 'head_id' => 1, - 'head_frame' => 1, + 'head_id' => 50001, + 'head_frame' => 60000, ); $heroDb = array( 'hero_id' => $robotMeta['hero_id'],