battle errordata

This commit is contained in:
wh_zcy 2023-06-14 18:45:29 +08:00
parent 2892a2d38f
commit fb970cc355

View File

@ -59,11 +59,6 @@ func (this *apiComp) Battlestart(session comm.IUserSession, req *pb.WorldtaskBat
}) })
if errdata != nil { if errdata != nil {
errdata = &pb.ErrorData{
Code: pb.ErrorCode_ExternalModule,
Title: pb.ErrorCode_ExternalModule.ToString(),
Message: "创建Eve战斗失败",
}
return return
} }