From 4f37f886f2ea818985b6d8ba14398f32eda9200e Mon Sep 17 00:00:00 2001 From: wserver/wangdisen <1065498738@qq.com> Date: Fri, 26 Aug 2022 17:43:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=8D=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Hotfix/Demo/Construct/Handler/C2M_ConstructFinishHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/Hotfix/Demo/Construct/Handler/C2M_ConstructFinishHandler.cs b/Server/Hotfix/Demo/Construct/Handler/C2M_ConstructFinishHandler.cs index 02d61d3..71f835e 100644 --- a/Server/Hotfix/Demo/Construct/Handler/C2M_ConstructFinishHandler.cs +++ b/Server/Hotfix/Demo/Construct/Handler/C2M_ConstructFinishHandler.cs @@ -10,7 +10,7 @@ namespace ET var (building,childId) = ConstructOperate.ConstructFinish(unit, request.ConstructId); response.Error = ErrorCode.ERR_Success; reply(); - ConstructHelper.NotifyConstructFinish(unit,request.ConstructId, building.Id,0); + ConstructHelper.NotifyConstructFinish(unit,request.ConstructId, building.Id,childId); } catch (Exception e) {