From 38292730aecb49e2bc457bc634f9f459beee357e Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 18 Jul 2023 13:22:17 +0800 Subject: [PATCH] 1 --- webapp/controller/HeroController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/HeroController.class.php b/webapp/controller/HeroController.class.php index 958b21a4..5174ec35 100644 --- a/webapp/controller/HeroController.class.php +++ b/webapp/controller/HeroController.class.php @@ -350,7 +350,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)) {