1
This commit is contained in:
parent
b0efc84140
commit
7f8538483b
@ -187,7 +187,7 @@ class HeroController extends BaseAuthedController {
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
$newHeroDb = Hero::find($heroUniId);
|
$newHeroDb = Hero::find($heroUniId);
|
||||||
$newHeroDto = Hero::toDto($newHeroDb);
|
$newHero = Hero::toDto($newHeroDb);
|
||||||
error_log(11111);
|
error_log(11111);
|
||||||
$rankActivityService = new services\RankActivityService();
|
$rankActivityService = new services\RankActivityService();
|
||||||
$rankActivityService->heroUpgradeLevel($heroDb['hero_lv'] + 1);
|
$rankActivityService->heroUpgradeLevel($heroDb['hero_lv'] + 1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user