This commit is contained in:
meixiongfeng 2023-11-28 20:26:48 +08:00
commit 0e39d79a07
2 changed files with 5 additions and 4 deletions

View File

@ -225,16 +225,16 @@
"layer": 0,
"name": {
"key": "gamesummary_fathernode_name_14",
"text": "冒险回顾"
"text": "小游戏合集"
},
"mapPos": {
"x": -1021,
"y": 583
"x": -458,
"y": 0
},
"scale": 0.4,
"usetext": {
"key": "gamesummary_fathernode_usetext_14",
"text": "那冒险中曾遇见的小小挑战,如今再次回到身边,想去试试吗?"
"text": "小游戏合集"
}
}
]

View File

@ -144,6 +144,7 @@ func (this *apiComp) LevelPass(session comm.IUserSession, req *pb.MainlineLevelP
go this.module.AsynHandleSession(session.Clone(), func(session comm.IUserSession) {
this.module.ModuleBuried.TriggerBuried(session, tasks...)
this.module.ModuleSys.CheckOpenCond(session, comm.OpencondTypeMaxmapid, req.Level)
this.module.WriteUserLog(session.GetUserId(), comm.GMResAddType, "MainlineLevelPassReq", aeward)
})
return