1
This commit is contained in:
parent
a300e6105f
commit
8aa5627dc0
@ -197,6 +197,8 @@ class HeroController extends BaseAuthedController {
|
|||||||
$propertyChgService->addHeroChg();
|
$propertyChgService->addHeroChg();
|
||||||
$propertyChgService->addBagChg();
|
$propertyChgService->addBagChg();
|
||||||
$propertyChgService->addUserChg();
|
$propertyChgService->addUserChg();
|
||||||
|
$rankActivityService = new services\RankActivityService();
|
||||||
|
$rankActivityService->heroUpgradeLevel($heroDb['quality'] + 1);
|
||||||
$this->_rspData(array(
|
$this->_rspData(array(
|
||||||
'property_chg' => $propertyChgService->toDto(),
|
'property_chg' => $propertyChgService->toDto(),
|
||||||
));
|
));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user