1
This commit is contained in:
parent
456c8fd878
commit
edfc0bc88f
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user