From 4f6ae40ac12437324cfab83aeacfda075caf9f7f Mon Sep 17 00:00:00 2001 From: jiaoyangna <3046463818@qq.com> Date: Sat, 24 Jul 2021 15:18:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BC=9A=E6=9F=A5=E7=9C=8B=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E6=8A=A5=E9=94=99=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 6c5998356858ce0c6f016610487ffafecebb406b) --- .../~Lua/Modules/Guild/GuildMemberInfoPopup.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Guild/GuildMemberInfoPopup.lua b/Assets/ManagedResources/~Lua/Modules/Guild/GuildMemberInfoPopup.lua index 370bb2767f..79c163d345 100644 --- a/Assets/ManagedResources/~Lua/Modules/Guild/GuildMemberInfoPopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/Guild/GuildMemberInfoPopup.lua @@ -288,7 +288,7 @@ end -- 刷新编队信息 function this.RefreshFormationShow() if this._ViewType == GUILD_MEM_POPUP_TYPE.INFORMATION then - NetManager.RequestPlayerInfo(this._MemId, FormationTypeDef.FORMATION_NORMAL, function(msg) + NetManager.RequestPlayerInfo(this._MemId, FormationTypeDef.FORMATION_NORMAL, nil,function(msg) -- 重置战斗力 local teamInfo = msg.teamInfo.team local force = teamInfo.totalForce