魂印引导修改

dev_chengFeng
yuanshuai 2022-04-27 15:24:50 +08:00
parent 080f04ebbe
commit ba1d2ebd94
1 changed files with 2 additions and 2 deletions

View File

@ -68,8 +68,8 @@ function this.OnLevelChange()
this.CheckFuncGuide()
elseif PlayerManager.level == 15 then
StoryMapManager.isShowStory = 3
elseif CheckFunctionOpen(FUNCTION_OPEN_TYPE.hunyin) then--魂印功能 魂印合成引导
table.insert(_FuncGuideList, 103000)
elseif CheckFunctionOpen(FUNCTION_OPEN_TYPE.hunyin) then--魂印功能 引导商店魂印页签
table.insert(_FuncGuideList, 101700)
this.CheckFuncGuide()
-- elseif PlayerManager.level == tonumber(SpecialConfig[40].Value) then
-- local config = SpecialConfig[40]