This commit is contained in:
aozhiwei 2024-11-09 10:29:56 +08:00
parent 7a99149051
commit 31eadfbed1

View File

@ -138,7 +138,8 @@ class CircuitRankingService extends BaseService {
'head_frame' => 1, 'head_frame' => 1,
); );
$heroDb = array( $heroDb = array(
'hero_id' => $robotMeta['hero_id'],
'skin_id' => 0,
); );
$heroId = $heroDb ? $heroDb['hero_id']:0; $heroId = $heroDb ? $heroDb['hero_id']:0;
$skinId = $skinDb ? $skinDb['skin_id']:0; $skinId = $skinDb ? $skinDb['skin_id']:0;