1
This commit is contained in:
parent
7a99149051
commit
31eadfbed1
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user