Main/System/HeroUI/HeroCollectionCardCell.cs
@@ -21,6 +21,9 @@ { var heroID = HeroUIManager.Instance.heroCollectDict[quality][index]; var heroConfig = HeroConfig.Get(heroID); this.gameObject.name = $"herocard_{heroID}"; HB122_tagSCHeroInfo.tagSCHero colData; HeroUIManager.Instance.TryGetHeroBookInfo(heroID, out colData); heroCardBG.SetSprite("herocardbg" + heroConfig.Quality);