diff --git a/Assets/ManagedResources/~Lua/Modules/Player/RedpotManager.lua b/Assets/ManagedResources/~Lua/Modules/Player/RedpotManager.lua index dd274b9510..1284176da9 100644 --- a/Assets/ManagedResources/~Lua/Modules/Player/RedpotManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Player/RedpotManager.lua @@ -274,6 +274,10 @@ function this.InitRedPointAllRelate() RPData:SetParent(RedPointType.HongMeng_OpenBox,RedPointType.HongMeng) RPData:SetParent(RedPointType.HongMeng_UpTower,RedPointType.HongMeng) + RPData:SetParent(RedPointType.Hero_Fetter,RedPointType.TianShuMiJuan) + RPData:SetParent(RedPointType.SoulPrint_Fetter,RedPointType.TianShuMiJuan) + RPData:SetParent(RedPointType.TianShuPokemon_Fetter,RedPointType.TianShuMiJuan) + --牛气冲天 RPData:SetParent(RedPointType.NiuQiChongTian_1,RedPointType.NiuQiChongTian) RPData:SetParent(RedPointType.NiuQiChongTian_2,RedPointType.NiuQiChongTian) @@ -463,6 +467,11 @@ function this.RegisterRedCheckFunc() RPData:AddCheckFunc(RedPointType.Pokemon_Recruit,PokemonManager.RefreshPokemonRecruitRedPoint) RPData:AddCheckFunc(RedPointType.Pokemon_ChipCompound,PokemonManager.PokemonChipCompoundRedPoint) + RPData:AddCheckFunc(RedPointType.Pokemon_Fetter,PokemonManager.RefreshPokemonFetterRedPoint) + RPData:AddCheckFunc(RedPointType.Hero_Fetter,TianShuMiJuanManger.CheckRedPointType) + RPData:AddCheckFunc(RedPointType.SoulPrint_Fetter,TianShuMiJuanManger.CheckRedPointType) + RPData:AddCheckFunc(RedPointType.TianShuPokemon_Fetter,TianShuMiJuanManger.CheckRedPointType) + RPData:AddCheckFunc(RedPointType.HongMeng_Evory,HarmonyManager.RefreshEnvoyPoint) RPData:AddCheckFunc(RedPointType.HongMeng_OpenBox,HarmonyManager.RefreshOpenBoxPoint)