1
This commit is contained in:
parent
324a86047a
commit
b0efc84140
@ -188,6 +188,7 @@ class HeroController extends BaseAuthedController {
|
|||||||
);
|
);
|
||||||
$newHeroDb = Hero::find($heroUniId);
|
$newHeroDb = Hero::find($heroUniId);
|
||||||
$newHeroDto = Hero::toDto($newHeroDb);
|
$newHeroDto = Hero::toDto($newHeroDb);
|
||||||
|
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