1
This commit is contained in:
parent
2a5f3464d8
commit
cc67e0002b
@ -284,7 +284,7 @@ class HeroController extends BaseAuthedController {
|
|||||||
'heroUniId' => $heroUniId
|
'heroUniId' => $heroUniId
|
||||||
)));
|
)));
|
||||||
$rankActivityService = new services\RankActivityService();
|
$rankActivityService = new services\RankActivityService();
|
||||||
$rankActivityService->heroUpgradeLevel($heroDb['quality'] + 1);
|
$rankActivityService->heroUpgradeQuality($heroDb['quality'] + 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!$nextQualityMeta) {
|
if (!$nextQualityMeta) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user