1
This commit is contained in:
parent
ff1755cc90
commit
b7ab6f1949
@ -296,7 +296,11 @@ class HeroController extends BaseAuthedController {
|
||||
return ;
|
||||
}
|
||||
HeroPreset::upsertPreset($heroId,$skillId,$chipPageId,$weaponUid1,$weaponUid2);
|
||||
$this->_rspOk();
|
||||
$propertyChgService = new services\PropertyChgService();
|
||||
$propertyChgService->addGunChg();
|
||||
$this->_rspData(array(
|
||||
'property_chg' => $propertyChgService->toDto(),
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user