From 9388a25ed33fe004b6e5e6e4730e4f67715d1864 Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期五, 17 四月 2026 14:44:37 +0800
Subject: [PATCH] 492 武将登场 高级战令
---
Main/System/BattlePass/BattlePassManager.cs | 19 ++++++++++++++++---
1 files changed, 16 insertions(+), 3 deletions(-)
diff --git a/Main/System/BattlePass/BattlePassManager.cs b/Main/System/BattlePass/BattlePassManager.cs
index ead813c..d76d0eb 100644
--- a/Main/System/BattlePass/BattlePassManager.cs
+++ b/Main/System/BattlePass/BattlePassManager.cs
@@ -133,11 +133,17 @@
UpdateWeekRedPoint();
break;
}
+
+ }
+
+ if (HeroDebutManager.IsZhanLingType(type))
+ {
+ HeroDebutManager.Instance.UpdateRedpoint();
}
}
-
-
+
+
#endregion
//鏄惁鏈変换浣曞鍔卞彲浠ラ鍙�
public bool HasAnyAward(int type, int totalValue)
@@ -370,7 +376,14 @@
}
- return 0;
+
+ // 澶勭悊ZhanLing绫诲瀷锛堜粠HeroDebutManager鑾峰彇缂撳瓨鐨刏hanLingType鍒楄〃锛�
+ if (HeroDebutManager.IsZhanLingType(_type))
+ {
+ return HeroDebutManager.GetZhanLingValueByType(_type);
+ }
+
+ return 0;
}
}
--
Gitblit v1.8.0