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);