diff --git a/bin/json/game_gamesummarytab.json b/bin/json/game_gamesummarytab.json index cffd0e2a4..16138dab9 100644 --- a/bin/json/game_gamesummarytab.json +++ b/bin/json/game_gamesummarytab.json @@ -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": "小游戏合集" } } ] \ No newline at end of file diff --git a/modules/mainline/api_levelpass.go b/modules/mainline/api_levelpass.go index eff554941..88ff51938 100644 --- a/modules/mainline/api_levelpass.go +++ b/modules/mainline/api_levelpass.go @@ -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