From 65d4128452bacccba0f9396ac207de6612afa2f6 Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Sat, 8 Oct 2022 15:44:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=83=E9=AD=94=E5=A1=94=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/pagoda/api_challengeover.go | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/pagoda/api_challengeover.go b/modules/pagoda/api_challengeover.go index cea9b9120..ccadb97dd 100644 --- a/modules/pagoda/api_challengeover.go +++ b/modules/pagoda/api_challengeover.go @@ -84,7 +84,6 @@ func (this *apiComp) ChallengeOver(session comm.IUserSession, req *pb.PagodaChal return } pagoda.PagodaId = conf.LayerNum // 更新层数 - mapData["pagodaId"] = conf.LayerNum code = this.module.ModifyPagodaData(session.GetUserId(), mapData) session.SendMsg(string(this.module.GetType()), PagodaChallengeOverResp, &pb.PagodaChallengeOverResp{Data: pagoda})