diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index 064bbe52..550af61e 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -2246,10 +2246,11 @@ class ShopController extends BaseAuthedController ]; LogService::consumeDiamond($event); } - + $propertyChgService->addUserChg(); $this->_rspData( array( 'reuslt' => $result, + 'property_chg' => $propertyChgService->toDto(), ) ); }