lcy
2026-03-20 c13298a03a71b14fc50c68aabeb7fd581851722b
Main/System/HeroDebut/HeroDebutManager.cs
@@ -505,6 +505,9 @@
        var heroConfig = HeroConfig.Get(heroId);
        if (heroConfig == null) return 0;
        // 没获得武将本体不可领取
        if (!HeroManager.Instance.HasHero(heroId))return 0;
        if (!starHeroIndexDict.TryGetValue(actNum, out int index)) return 0;
        if (IsStarUpFreeHave(index, config.AwardIndex)) return 2;
        if (IsHeroStarCntOk(heroConfig.HeroID, config.NeedStar)) return 1;