This commit is contained in:
aozhiwei 2022-06-14 18:15:21 +08:00
parent a5fdcce984
commit 3ebd618ed4

View File

@ -362,7 +362,7 @@ class HeroController extends BaseAuthedController {
Hero::update(
$heroUniId,
array(
'hero_lv' => $heroDb['hero_lv'] + 1,
'hero_lv' => $heroDb['hero_lv'],
'lock_type' => Hero::LEVEL_LOCK,
'unlock_time' => $this->_getNowTime() + $nextLevelMeta['time'],
)