yyl
2026-03-26 1ab047b5fdd933c38ba0519ec2e83a44512ea8d7
Main/System/HeroUI/HeroBestWin.cs
@@ -436,7 +436,7 @@
            if (i < heroConfig.TalentList.Length)
            {
                giftBaseCells[i].SetActive(true);
                giftBaseCells[i].Init(heroConfig.TalentList[i], HeroUIManager.Instance.maxGiftLevel);
                giftBaseCells[i].Init(heroConfig.TalentList[i], HeroUIManager.Instance.maxGiftLevel).Forget();
            }
            else
            {