From 81cd2a0c4400975e6d2189529e3a0cfb6e76074b Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sat, 9 Nov 2024 10:33:50 +0800 Subject: [PATCH] 1 --- webapp/services/CircuitRankingService.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'],