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);