1
This commit is contained in:
parent
456161e8ca
commit
c9dbc68cc1
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user