hch
2025-11-27 3f5c3333d550a798e6afb163306c4db97746d2fe
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);