From b6e56efd1c9ca29bf5aaea51ea5e38fb52e03c02 Mon Sep 17 00:00:00 2001 From: zhangqiang <657634622@qq.com> Date: Sat, 20 Feb 2021 13:56:16 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E9=B8=BF=E8=92=99=E9=98=B5=E3=80=91?= =?UTF-8?q?=20=E5=8D=87=E6=98=9F=E7=BA=A2=E7=82=B9=E6=A3=80=E6=B5=8B?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=B8=BF=E8=92=99=E5=85=B1=E9=B8=A3=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Hero/HeroManager.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Hero/HeroManager.lua b/Assets/ManagedResources/~Lua/Modules/Hero/HeroManager.lua index 263081686e..298dfa0ede 100644 --- a/Assets/ManagedResources/~Lua/Modules/Hero/HeroManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Hero/HeroManager.lua @@ -2890,7 +2890,9 @@ function this.IsShowUpStarRedPoint(curHeroData) upStarHeroListData.heroList[j].lockState == 0 and upStarHeroListData.heroList[j].isFormation == "" and #curSelectHeroList < curSelectUpStarData.upStarData[4] and - not upStarConsumeMaterial[upStarHeroListData.heroList[j].dynamicId] + not upStarConsumeMaterial[upStarHeroListData.heroList[j].dynamicId] and + not HarmonyManager.IsChangeColor(upStarHeroListData.heroList[j].dynamicId) and + not (HarmonyManager:IsEnvoy(upStarHeroListData.heroList[j].dynamicId) and HarmonyManager.GetSingleAdditionsData(HarmonyAddType.AddLv) and HarmonyManager.GetSingleAdditionsData(HarmonyAddType.AddLv).heroTid == 0) then table.insert(curSelectHeroList, upStarHeroListData.heroList[j]) end