From 11bb03fd2b1bb16c78185aa22e9c179c87f10c03 Mon Sep 17 00:00:00 2001 From: jiaoyangna <3046463818@qq.com> Date: Fri, 11 Jun 2021 10:18:38 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90ID1016454=E3=80=91=20=E3=80=90?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E8=B7=B3=E8=BD=AC=E3=80=91=E5=AF=BB=E4=BB=99?= =?UTF-8?q?=E7=8E=89=E5=9C=A8=E6=B4=BB=E5=8A=A8=E6=9C=AA=E5=BC=80=E5=90=AF?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E7=82=B9=E5=87=BB=E4=BD=BF=E7=94=A8=E6=8C=89?= =?UTF-8?q?=E9=92=AE=EF=BC=8C=E6=B2=A1=E6=9C=89=E5=90=88=E7=90=86=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Player/JumpManager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Player/JumpManager.lua b/Assets/ManagedResources/~Lua/Modules/Player/JumpManager.lua index b23b66a257..f4a4ee71a3 100644 --- a/Assets/ManagedResources/~Lua/Modules/Player/JumpManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Player/JumpManager.lua @@ -624,7 +624,7 @@ local jumpDic = { end, [JumpType.ZhuTiHuoDong] = function (data) if #data > 1 then - if ActivityGiftManager.GetActivityTypeInfo(ActivityTypeDef.LimitUpHero) then + if ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.LimitUpHero) then this.JumpActivity(JumpType.ZhuTiHuoDong,data[1]) elseif ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.FindFairy) then this.JumpActivity(JumpType.ZhuTiHuoDong,data[2])