From 5c10580a5b352b9a0b417af63f7d88355fcb32a4 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期一, 27 十月 2025 18:37:30 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts

---
 Main/Config/Configs/BattleMapConfig.cs |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/Main/Config/Configs/BattleMapConfig.cs b/Main/Config/Configs/BattleMapConfig.cs
index eda3756..8703adf 100644
--- a/Main/Config/Configs/BattleMapConfig.cs
+++ b/Main/Config/Configs/BattleMapConfig.cs
@@ -1,6 +1,6 @@
 锘�//--------------------------------------------------------
 //    [Author]:           YYL
-//    [  Date ]:           Friday, October 24, 2025
+//    [  Date ]:           2025骞�10鏈�27鏃�
 //--------------------------------------------------------
 
 using System.Collections.Generic;
@@ -19,6 +19,7 @@
     public int MapID;
 	public string MapName;
 	public string MapBg;
+	public int IsBoss;
 
     public override int LoadKey(string _key)
     {
@@ -35,6 +36,8 @@
 			MapName = tables[1];
 
 			MapBg = tables[2];
+
+			int.TryParse(tables[3],out IsBoss); 
         }
         catch (Exception exception)
         {

--
Gitblit v1.8.0