From bface07b5ea879e40f5be8d082bfa77fb873b0bd Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期四, 15 一月 2026 18:07:44 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts

---
 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