hch
15 小时以前 bd6f9a734277e57efe5abc8c32a85d5de27cdc03
Main/System/HeroUI/HeroCardCell.cs
@@ -64,7 +64,7 @@
            trainStateImg.SetActive(false);
        }
        starRedImg.SetActive(funcState == 2);
        starRedImg.SetActive(funcState == 2 || HeroUIManager.Instance.HeroAllSkinStateForRedpoint(hero.heroId) > 0);
        nameText.text = hero.breakLevel == 0 ? heroConfig.Name : Language.Get("herocardbreaklv", heroConfig.Name, hero.breakLevel);
        awakeImg.SetActive(hero.awakeLevel > 0);