Browse Source

再提交

master
wserver/wangdisen 3 years ago
parent
commit
4f37f886f2
  1. 2
      Server/Hotfix/Demo/Construct/Handler/C2M_ConstructFinishHandler.cs

2
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)
{

Loading…
Cancel
Save