【引导】删除假战斗

dev_chengFeng
gaoxin 2021-03-19 11:10:48 +08:00
parent 3a43473a0c
commit d5d88bbb8a
1 changed files with 3 additions and 7 deletions

View File

@ -490,14 +490,10 @@ function this.ExecuteLoading()
NetManager.LoginConfimRequest()
if AppConst.isGuide then
if GuideManager.GetCurId(GuideType.Force) == 1 and PlayerManager.nickName == tostring(PlayerManager.uid) and PlayerManager.level == 1 then
-- 新的引导
StoryManager.EventTrigger(300001)
--创号阶段先进入剧情对话,进入假战斗,然后对话起名,最后进入主界面
-- StoryManager.EventTrigger(100001, function()
-- PatFaceManager.isLogin = true
-- UIManager.OpenPanel(UIName.FightPointPassMainPanel)
-- LoadingPanel.End()
-- end)
-- StoryManager.EventTrigger(300001)
-- 新的引导
StoryManager.EventTrigger(100001)
else
PatFaceManager.isLogin = true
UIManager.OpenPanel(UIName.FightPointPassMainPanel)