1
This commit is contained in:
parent
38bba4c772
commit
8cebd225ee
@ -10,6 +10,9 @@ require_once('models/HeroSkin.php');
|
||||
require_once('mt/PveGemini.php');
|
||||
require_once('mt/Skill.php');
|
||||
|
||||
require_once('services/PropertyChgService.php');
|
||||
|
||||
|
||||
use phpcommon\SqlHelper;
|
||||
use models\User;
|
||||
use models\Hero;
|
||||
@ -426,7 +429,11 @@ class TeamController extends BaseAuthedController {
|
||||
|
||||
}
|
||||
$this->saveTeamDb($r, $teamUuid, $teamDb);
|
||||
$this->_rspOk();
|
||||
$propertyChgService = new services\PropertyChgService();
|
||||
$propertyChgService->addUserChg();
|
||||
$this->_rspData(array(
|
||||
'property_chg' => $propertyChgService->toDto()
|
||||
));
|
||||
}
|
||||
|
||||
public function setPreset(){
|
||||
|
Loading…
x
Reference in New Issue
Block a user