From 01aacccfaf8fa320b1c145c85b4d633888bf6d99 Mon Sep 17 00:00:00 2001 From: gaoxin Date: Wed, 31 Mar 2021 22:31:36 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=BA=A2=E7=82=B9=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E6=96=B9=E6=B3=95=E5=90=8D=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Player/RedpotManager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Player/RedpotManager.lua b/Assets/ManagedResources/~Lua/Modules/Player/RedpotManager.lua index 3c55599aae..bb5936b7c0 100644 --- a/Assets/ManagedResources/~Lua/Modules/Player/RedpotManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Player/RedpotManager.lua @@ -491,7 +491,7 @@ function this.RegisterRedCheckFunc() --福星高照 RPData:AddCheckFunc(RedPointType.FuXingGaoZhao,FuXingGaoZhaoManager.CheckRedPoint) - RPData:AddCheckFunc(RedPointType.LimitExchange_GoExchange,ActivityGiftManager.isExchangeRedShow) + RPData:AddCheckFunc(RedPointType.LimitExchange_GoExchange,ActivityGiftManager.IsExchangeRedShow) end