Main/System/BattlePass/BattlePassManager.cs
@@ -133,11 +133,19 @@ UpdateWeekRedPoint(); break; } } if (HeroDebutManager.IsZhanLingType(type)) { HeroDebutManager.Instance.UpdateRedpoint(); HeroReturnManager.Instance.UpdateRedpoint(); return; } } #endregion //是否有任何奖励可以领取 public bool HasAnyAward(int type, int totalValue) @@ -370,7 +378,18 @@ } return 0; if (HeroDebutManager.IsZhanLingType(_type)) { return HeroDebutManager.GetZhanLingValueByType(_type); } if (HeroReturnManager.IsZhanLingType(_type)) { return HeroReturnManager.GetZhanLingValueByType(_type); } return 0; } }