From 1efd2a57539b84304f9bcf465cec2c39faeee838 Mon Sep 17 00:00:00 2001 From: wserver/wangdisen <1065498738@qq.com> Date: Fri, 12 Aug 2022 17:18:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BB=E5=8A=A8=E5=AE=8C?= =?UTF-8?q?=E6=88=90=E6=B2=A1=E9=80=9A=E7=9F=A5=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Hotfix/Demo/Construct/Handler/C2M_ConstructFinishHandler.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Server/Hotfix/Demo/Construct/Handler/C2M_ConstructFinishHandler.cs b/Server/Hotfix/Demo/Construct/Handler/C2M_ConstructFinishHandler.cs index 7fe4f7d..970d53f 100644 --- a/Server/Hotfix/Demo/Construct/Handler/C2M_ConstructFinishHandler.cs +++ b/Server/Hotfix/Demo/Construct/Handler/C2M_ConstructFinishHandler.cs @@ -10,6 +10,7 @@ namespace ET ConstructOperate.ConstructFinish(unit, request.ConstructId); response.Error = ErrorCode.ERR_Success; reply(); + ConstructHelper.NofityConstructFinish(unit,request.ConstructId); } catch (Exception e) {