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