This commit is contained in:
aozhiwei 2022-06-17 11:14:52 +08:00
parent 456161e8ca
commit c9dbc68cc1

View File

@ -424,7 +424,7 @@ class Hero extends BaseModel {
return true; return true;
} }
$locking = false; $locking = false;
$heroUniId = empty($heroDto['hero_uniid']) ? $heroDto['hero_uniid'] : $heroDto['idx']; $heroUniId = !empty($heroDto['hero_uniid']) ? $heroDto['hero_uniid'] : $heroDto['idx'];
{ {
$idx = 0; $idx = 0;
for ($i = 0; $i < kMaxHeroUpQualityNum; ++$i) { for ($i = 0; $i < kMaxHeroUpQualityNum; ++$i) {