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