新手引导修改
parent
2cb125db92
commit
213fc450a5
|
@ -250,7 +250,8 @@ function GuideManager.CheckFuncGuide()
|
|||
this.SyncFuncGuideServer(guideId)
|
||||
GuideManager.ShowGuide(guideId)
|
||||
end
|
||||
table.remove(_FuncGuideList, 1)
|
||||
--table.remove(_FuncGuideList, 1)
|
||||
table.removebyvalue(_FuncGuideList,guideId)
|
||||
else
|
||||
Game.GlobalEvent:DispatchEvent(GameEvent.Guide.FuncGuideDone)
|
||||
end
|
||||
|
|
|
@ -243,6 +243,7 @@ function this.BcakUpdateUserExp(_msg)
|
|||
this.level = _msg.level
|
||||
|
||||
if this.level > oldLevel then
|
||||
Game.GlobalEvent:DispatchEvent(GameEvent.Player.OnLevelChange)
|
||||
CheckRedPointStatus(RedPointType.HeroExplore_OpenMap)
|
||||
CheckRedPointStatus(RedPointType.EpicExplore_OpenCarbon)
|
||||
--FightManager.SetAndGetSingleFightState3(this.level)
|
||||
|
|
Loading…
Reference in New Issue