diff --git a/webapp/controller/HeroController.class.php b/webapp/controller/HeroController.class.php index 60c31432..5e391028 100644 --- a/webapp/controller/HeroController.class.php +++ b/webapp/controller/HeroController.class.php @@ -234,7 +234,9 @@ class HeroController extends BaseAuthedController { 'unlock_time' => 0, ) ); - $this->_rspData(array( + $this->_rspRawData(array( + 'errcode' => 1, + 'errmsg' => 'advance failed', 'property_chg' => $propertyChgService->toDto(), )); return;