From 3cecd32fdac8621c3cf63e2f2a1fe4384f3718cd Mon Sep 17 00:00:00 2001 From: jiaoyangna <3046463818@qq.com> Date: Tue, 22 Feb 2022 11:04:41 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90ID1019545=E3=80=91=20=E3=80=90?= =?UTF-8?q?=E5=85=AC=E4=BC=9A=E6=8A=80=E8=83=BD=E3=80=91=E9=95=BF=E6=8C=89?= =?UTF-8?q?=E5=8D=87=E7=BA=A7=E8=87=B3=E9=81=93=E5=85=B7=E4=B8=8D=E8=B6=B3?= =?UTF-8?q?=EF=BC=8C=E7=BB=A7=E7=BB=AD=E9=95=BF=E6=8C=89=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=8D=87=E7=BA=A7=E6=88=90=E5=8A=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Net/NetManager.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Net/NetManager.lua b/Assets/ManagedResources/~Lua/Modules/Net/NetManager.lua index 15b623484d..5d875faca9 100644 --- a/Assets/ManagedResources/~Lua/Modules/Net/NetManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Net/NetManager.lua @@ -4037,12 +4037,12 @@ function NetManager.SinGleGuildSkillUpLv(profession,beforeLevel,afterLevel,func) local data = buffer:DataByte() local msg = Family_pb.GuildSkillLevelUpResponse() msg:ParseFromString(data) - if func then - func(msg) - end --设置战斗力脏数据 HeroPropManager.SetFuncPropDirty(Func_Prop_Type.GuildSkill) Game.GlobalEvent:DispatchEvent(GameEvent.Player.OnChangeName) + if func then + func(msg) + end end) end --公会技能重置