From 332610ed31d7ac8ca75ab9dfdf47f480d1829b10 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期五, 07 十一月 2025 12:42:04 +0800
Subject: [PATCH] 236 子 【福利内容】每日任务/每周任务/章节奖励 / 【福利内容】每日任务/每周任务/章节奖励-客户端

---
 Main/System/NewBieGuidance/NewBieCenter.cs |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/Main/System/NewBieGuidance/NewBieCenter.cs b/Main/System/NewBieGuidance/NewBieCenter.cs
index 55688be..dc303e9 100644
--- a/Main/System/NewBieGuidance/NewBieCenter.cs
+++ b/Main/System/NewBieGuidance/NewBieCenter.cs
@@ -247,6 +247,8 @@
             return false;
         }
 
+        _id = ReplaceGuideID(_id);
+
         var config = GuideConfig.Get(_id);
         if (config == null)
         {
@@ -521,7 +523,16 @@
         }
     }
 
+    //鍔ㄦ�佸彉鍖栧紩瀵�
+    public int ReplaceGuideID(int id)
+    {
+        if (id == BattleManager.Instance.challengeBossGuides[0] && MainLevelManager.Instance.CanChallengeBoss())
+        {
+            return BattleManager.Instance.challengeBossGuides[1];
+        }
 
+        return id;
+    }
 
 }
 

--
Gitblit v1.8.0