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;