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