1
This commit is contained in:
parent
79e3417fb9
commit
73e1b6aca9
@ -593,6 +593,9 @@ class UserController extends BaseAuthedController {
|
|||||||
$this->_rspErr(1, 'Hero does not exist');
|
$this->_rspErr(1, 'Hero does not exist');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
$this->_updateUserInfo(array(
|
||||||
|
'hero_id' => $heroUniId
|
||||||
|
));
|
||||||
$heroInfo = Hero::toDto($heroDb);
|
$heroInfo = Hero::toDto($heroDb);
|
||||||
$heroInfo['avatar_info'] = Hero::avatarInfo($heroDb);
|
$heroInfo['avatar_info'] = Hero::avatarInfo($heroDb);
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user