From 796f2b2e8a0435df7e3cf8e36afeeb69d7b37876 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期六, 13 十二月 2025 16:22:32 +0800
Subject: [PATCH] 0312 特权卡立即跳过不受功能开启影响(20级) 优化挑战BOSS引导提示时机 吞噬红点优武将"新"提醒 优化武将突破红点 满星不能遣散问题
---
Main/Config/Configs/GuideConfig.cs | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/Main/Config/Configs/GuideConfig.cs b/Main/Config/Configs/GuideConfig.cs
index 6ae4012..81253a8 100644
--- a/Main/Config/Configs/GuideConfig.cs
+++ b/Main/Config/Configs/GuideConfig.cs
@@ -1,6 +1,6 @@
锘�//--------------------------------------------------------
// [Author]: YYL
-// [ Date ]: 2025骞�10鏈�11鏃�
+// [ Date ]: Thursday, November 13, 2025
//--------------------------------------------------------
using System.Collections.Generic;
@@ -24,6 +24,8 @@
public int PreGuideId;
public int[] Steps;
public int NoRecord;
+ public int Priority;
+ public int PauseMainBattle;
public override int LoadKey(string _key)
{
@@ -62,6 +64,10 @@
}
int.TryParse(tables[7],out NoRecord);
+
+ int.TryParse(tables[8],out Priority);
+
+ int.TryParse(tables[9],out PauseMainBattle);
}
catch (Exception exception)
{
--
Gitblit v1.8.0