From 0965bf200d3b46f0e349a956a349c0517a0a8ed9 Mon Sep 17 00:00:00 2001 From: yuanshuai <243578945@qq.com> Date: Tue, 20 Dec 2022 17:49:37 +0800 Subject: [PATCH] =?UTF-8?q?--=E5=A5=87=E7=8F=8D=E5=AE=9D=E9=98=81=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E7=BA=A2=E7=82=B9=E5=B1=8F=E8=94=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Common/GlobalDefine.lua | 1 + Assets/ManagedResources/~Lua/Modules/Player/RedpotManager.lua | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Common/GlobalDefine.lua b/Assets/ManagedResources/~Lua/Common/GlobalDefine.lua index d993e0cace..04d26c1c4e 100644 --- a/Assets/ManagedResources/~Lua/Common/GlobalDefine.lua +++ b/Assets/ManagedResources/~Lua/Common/GlobalDefine.lua @@ -942,6 +942,7 @@ RedPointType = { XiaoYaoYouRedPoint=10009, --显示祈愿 TimeLimitWish = 10010, + --奇珍宝阁红点 TimeLimitWishStore=10011, --灵兽 PokemonMainCity = 790,--灵兽主界面 diff --git a/Assets/ManagedResources/~Lua/Modules/Player/RedpotManager.lua b/Assets/ManagedResources/~Lua/Modules/Player/RedpotManager.lua index 58b6d889bb..d7a1fbd979 100644 --- a/Assets/ManagedResources/~Lua/Modules/Player/RedpotManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Player/RedpotManager.lua @@ -349,7 +349,7 @@ function this.InitRedPointAllRelate() --命格 RPData:SetParent(RedPointType.Gem,RedPointType.Practice_main) RPData:SetParent(RedPointType.TimeLimitWish,RedPointType.Recruit) - RPData:SetParent(RedPointType.TimeLimitWishStore,RedPointType.TimeLimitWish) + -- RPData:SetParent(RedPointType.TimeLimitWishStore,RedPointType.TimeLimitWish)--奇珍宝阁相关红点屏蔽 --战力冲刺 RPData:SetParent(RedPointType.PowerRiceGool,RedPointType.PowerRice) RPData:SetParent(RedPointType.eastSeaFindGod1,RedPointType.eastSeaFindGod)