心魔塔优化

This commit is contained in:
meixiongfeng 2022-10-08 15:44:09 +08:00
parent 05e00e0c0b
commit 65d4128452

View File

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