修行引导屏蔽

dev_chengFeng
yuanshuai 2022-04-28 18:06:27 +08:00
parent 9700f316fe
commit 9e43668f82
1 changed files with 7 additions and 7 deletions

View File

@ -46,14 +46,14 @@ function this.HongMengGuideFun(OnOff)
this.IsFirstOpenHarmonyBei = true this.IsFirstOpenHarmonyBei = true
end end
end end
--修行引导
function this.PracticeGuideFun() function this.PracticeGuideFun()
if not AppConst.isGuide then -- if not AppConst.isGuide then
LogGreen("不在引导内,不引导神印") -- LogGreen("不在引导内,不引导神印")
return -- return
end -- end
table.insert(_FuncGuideList, 102500) -- table.insert(_FuncGuideList, 102500)
this.CheckFuncGuide() -- this.CheckFuncGuide()
end end
function this.OnLevelChange() function this.OnLevelChange()