From ad3ac1661daaf4b445914f87009d3d88c990f040 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期二, 28 四月 2026 11:45:19 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master' into h5version
---
Main/System/BattlePass/BattlePassManager.cs | 25 ++++++++++++++++++++++---
1 files changed, 22 insertions(+), 3 deletions(-)
diff --git a/Main/System/BattlePass/BattlePassManager.cs b/Main/System/BattlePass/BattlePassManager.cs
index ead813c..d4f3745 100644
--- a/Main/System/BattlePass/BattlePassManager.cs
+++ b/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;
}
}
--
Gitblit v1.8.0