1
This commit is contained in:
parent
c3e36b6155
commit
f1070ead6e
@ -271,7 +271,7 @@ class HeroController extends BaseAuthedController {
|
|||||||
'hero_lv' => $heroDb['hero_lv'] + 1,
|
'hero_lv' => $heroDb['hero_lv'] + 1,
|
||||||
'rand_attr' => json_encode($attrs['rand_attr']),
|
'rand_attr' => json_encode($attrs['rand_attr']),
|
||||||
'base_attr' => json_encode($attrs['base_attr']),
|
'base_attr' => json_encode($attrs['base_attr']),
|
||||||
'state' => Hero::GETED_STATE,
|
// 'state' => Hero::GETED_STATE,
|
||||||
));
|
));
|
||||||
|
|
||||||
if ($heroDb['hero_lv'] + 1 > myself()->_getV(TN_HERO_MAX_LEVEL, 0)) {
|
if ($heroDb['hero_lv'] + 1 > myself()->_getV(TN_HERO_MAX_LEVEL, 0)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user