修行引导屏蔽
parent
9700f316fe
commit
9e43668f82
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue