diff --git a/webapp/controller/UserController.class.php b/webapp/controller/UserController.class.php index a43e6b6f..4b6efd8e 100644 --- a/webapp/controller/UserController.class.php +++ b/webapp/controller/UserController.class.php @@ -593,6 +593,9 @@ class UserController extends BaseAuthedController { $this->_rspErr(1, 'Hero does not exist'); return; } + $this->_updateUserInfo(array( + 'hero_id' => $heroUniId + )); $heroInfo = Hero::toDto($heroDb); $heroInfo['avatar_info'] = Hero::avatarInfo($heroDb); {