From edfc0bc88f73a4a846c0c8e6c33bc6aeadd3b738 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 10 Jun 2022 19:39:04 +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 2a3abfc6..f26e06be 100644 --- a/webapp/controller/HeroController.class.php +++ b/webapp/controller/HeroController.class.php @@ -91,7 +91,7 @@ class HeroController extends BaseAuthedController { { $infos = array(); for ($i = 0; $i <= 1; ++$i) { - $heroUniId = $this->_setV(TN_HERO_LEVEL_UP, $i); + $heroUniId = $this->_getV(TN_HERO_LEVEL_UP, $i); $info = null; if ($heroUniId) { $heroDb = Hero::find($heroUniId);