1
This commit is contained in:
parent
a5fdcce984
commit
3ebd618ed4
@ -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'],
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user