From eca9a7d052641e939ad6a5f0ec33fd78570661da Mon Sep 17 00:00:00 2001 From: yuanshuai <243578945@qq.com> Date: Thu, 5 May 2022 17:16:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BC=8F=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Net/IndicationManager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Net/IndicationManager.lua b/Assets/ManagedResources/~Lua/Modules/Net/IndicationManager.lua index 1d0ae4b9d0..c9bf6e9331 100644 --- a/Assets/ManagedResources/~Lua/Modules/Net/IndicationManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Net/IndicationManager.lua @@ -1017,7 +1017,7 @@ function this.HardStageResponse(buffer) local data = buffer:DataByte() local msg = PlayerInfoProto_pb.HardStageResponse() msg:ParseFromString(data) - FightLevelManager.UpdataChapterData(msg.info,true) + FightLevelManager.UpdataChapterData(msg.info,msg.isEnd,true) end --神印信息推送