Merge branch 'dev' of http://git.legu.cc/liwei_3d/go_dreamfactory into dev
This commit is contained in:
commit
0e39d79a07
@ -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": "小游戏合集"
|
||||
}
|
||||
}
|
||||
]
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user