好友:显示军团名
This commit is contained in:
@@ -617,7 +617,7 @@ export class FriendHandler {
|
||||
if(isRobot) {
|
||||
let role = await RoleModel.findByRoleId(roleId);
|
||||
let sysType = getRobotSysType(targetRoleId);
|
||||
let addObj: any = { roleId: makeRobotId(''), roleName: '' };
|
||||
let addObj: any = { roleId: makeRobotId(''), roleName: '', guildName: '' };
|
||||
if(sysType == ROBOT_SYS_TYPE.COM_BTL) {
|
||||
let comBattle = await ComBattleTeamModel.findByRoleId(targetRoleId);
|
||||
if(comBattle) {
|
||||
|
||||
Reference in New Issue
Block a user