diff --git a/Assets/ManagedResources/~Lua/Modules/Guide/GuideManager.lua b/Assets/ManagedResources/~Lua/Modules/Guide/GuideManager.lua index f597ca4fdb..87b79cec62 100644 --- a/Assets/ManagedResources/~Lua/Modules/Guide/GuideManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Guide/GuideManager.lua @@ -46,14 +46,14 @@ function this.HongMengGuideFun(OnOff) this.IsFirstOpenHarmonyBei = true end end - +--修行引导 function this.PracticeGuideFun() - if not AppConst.isGuide then - LogGreen("不在引导内,不引导神印") - return - end - table.insert(_FuncGuideList, 102500) - this.CheckFuncGuide() + -- if not AppConst.isGuide then + -- LogGreen("不在引导内,不引导神印") + -- return + -- end + -- table.insert(_FuncGuideList, 102500) + -- this.CheckFuncGuide() end function this.OnLevelChange()