聊天:军团建筑升级只推送升级的数据

This commit is contained in:
liangtongchuan
2021-03-18 15:10:58 +08:00
parent 692aa6ac43
commit 9bb07f5b21
2 changed files with 5 additions and 6 deletions

View File

@@ -780,7 +780,7 @@ export class GuildHandler {
this.app.rpc.chat.guildRemote.addRec.toServer(CHAT_SERVER,rec);
// 军团频道聊天消息
pushGuildUpStructureMsg(roleId, roleName, result);
pushGuildUpStructureMsg(roleId, roleName, result, resultStructure);
return resResult(STATUS.SUCCESS, result);
}