diff --git a/webapp/controller/HeroController.class.php b/webapp/controller/HeroController.class.php index 6a188351..958b21a4 100644 --- a/webapp/controller/HeroController.class.php +++ b/webapp/controller/HeroController.class.php @@ -271,7 +271,7 @@ class HeroController extends BaseAuthedController { 'hero_lv' => $heroDb['hero_lv'] + 1, 'rand_attr' => json_encode($attrs['rand_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)) {