diff --git a/Assets/ManagedResources/~Lua/Modules/Guide/GuideManager.lua b/Assets/ManagedResources/~Lua/Modules/Guide/GuideManager.lua index bf7ad3887d..ff8d33ed7c 100644 --- a/Assets/ManagedResources/~Lua/Modules/Guide/GuideManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Guide/GuideManager.lua @@ -63,19 +63,19 @@ function this.OnLevelChange() elseif PlayerManager.level == tonumber(SpecialConfig[89].Value) then table.insert(_FuncGuideList, 103000) this.CheckFuncGuide() - elseif PlayerManager.level == tonumber(SpecialConfig[40].Value) then - local config = SpecialConfig[40] - if config then - local limits = string.split(config.Value, "|") - if limits then - local lvs = string.split(limits[1], "#") - local stars = string.split(limits[2], "#") - if PlayerManager.level >= tonumber(lvs[2]) then - table.insert(_FuncGuideList, 102900) - this.CheckFuncGuide() - end - end - end + -- elseif PlayerManager.level == tonumber(SpecialConfig[40].Value) then + -- local config = SpecialConfig[40] + -- if config then + -- local limits = string.split(config.Value, "|") + -- if limits then + -- local lvs = string.split(limits[1], "#") + -- local stars = string.split(limits[2], "#") + -- if PlayerManager.level >= tonumber(lvs[2]) then + -- table.insert(_FuncGuideList, 102900) + -- this.CheckFuncGuide() + -- end + -- end + -- end end end --