This commit is contained in:
aozhiwei 2022-06-10 19:39:04 +08:00
parent 456c8fd878
commit edfc0bc88f

View File

@ -91,7 +91,7 @@ class HeroController extends BaseAuthedController {
{ {
$infos = array(); $infos = array();
for ($i = 0; $i <= 1; ++$i) { for ($i = 0; $i <= 1; ++$i) {
$heroUniId = $this->_setV(TN_HERO_LEVEL_UP, $i); $heroUniId = $this->_getV(TN_HERO_LEVEL_UP, $i);
$info = null; $info = null;
if ($heroUniId) { if ($heroUniId) {
$heroDb = Hero::find($heroUniId); $heroDb = Hero::find($heroUniId);