hch
2025-11-26 7ad2305fbed71ea4c08cbf93850019497b6d3ac0
Main/System/HeroUI/HeroCardCell.cs
@@ -29,6 +29,7 @@
            this.gameObject.SetActive(false);
            return;
        }
        this.gameObject.name = $"HeroCardCell_{hero.heroId}";
        this.gameObject.SetActive(true);
        heroCardBG.SetSprite("herocardbg" + hero.Quality);