hch
2025-09-10 e44368c7cb997ef8a599d04a27c5bc8ce81335b1
Main/System/HeroUI/HeroGiftWashCell.cs
@@ -20,7 +20,7 @@
        int giftID = hero.talentIDList[index];
        int giftLV = hero.talentLvList[index];
        giftCell.Init(giftID, giftLV);
        giftCell.Init(giftID, giftLV, 0, hero.heroId, index, hero.awakeLevel);
        if (hero.talentLockList.IndexOf(index) != -1)
        {