From 469db604392d7df31d8a3129678b4287664844f5 Mon Sep 17 00:00:00 2001 From: wangzhenxing <1545929779@qq.com> Date: Sat, 11 Nov 2023 18:00:19 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"[=E6=96=B0=E6=89=8B=E5=BC=95=E5=AF=BC?= =?UTF-8?q?]=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D?= =?UTF-8?q?=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=E5=B1=8F?= =?UTF-8?q?=E8=94=BD=E6=96=B0=E6=89=8B=E5=BC=95=E5=AF=BC"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit a3451e590b0bb3f2a59add1047d80117eccd4ccb. --- .../~Lua/Modules/Guide/GuideManager.lua | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Guide/GuideManager.lua b/Assets/ManagedResources/~Lua/Modules/Guide/GuideManager.lua index 6a0b9fdd7e..74c1b0b2d8 100644 --- a/Assets/ManagedResources/~Lua/Modules/Guide/GuideManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Guide/GuideManager.lua @@ -57,18 +57,12 @@ function this.PracticeGuideFun() end function this.OnLevelChange() - --屏比等级引导 - if not AppConst.isGuide then - -- --LogGreen("不在引导内") - return - end -- 提审服不再出发相关引导 if SERVER_VERSION == 1 then return end -- 首充引导特殊处理到十级开放 if PlayerManager.level == 10 then - table.insert(_FuncGuideList, 100200) --解开孙悟空封印的剧情 --StoryMapManager.isShowStory = 1 @@ -144,10 +138,6 @@ function this.OnFightPass(fightId) end -- 通过关卡时判断 function this.BeforeFightCheck(fightId, func) - if not AppConst.isGuide then - -- --LogGreen("不在引导内") - return - end -- 引导完成 local function OnFuncGuideDone() if func then