Main/System/BattlePass/BattlePassManager.cs
@@ -135,10 +135,12 @@ } } if (HeroDebutManager.IsZhanLingType(type)) { HeroDebutManager.Instance.UpdateRedpoint(); HeroReturnManager.Instance.UpdateRedpoint(); return; } } @@ -377,12 +379,16 @@ } // 处理ZhanLing类型(从HeroDebutManager获取缓存的ZhanLingType列表) if (HeroDebutManager.IsZhanLingType(_type)) { return HeroDebutManager.GetZhanLingValueByType(_type); } if (HeroReturnManager.IsZhanLingType(_type)) { return HeroReturnManager.GetZhanLingValueByType(_type); } return 0; } }