From 5a4e34c8a85737c0fa5b5775122da31155cbaef3 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期一, 09 二月 2026 14:46:01 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts

---
 Main/Config/Configs/HeroBreakConfig.cs |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Main/Config/Configs/HeroBreakConfig.cs b/Main/Config/Configs/HeroBreakConfig.cs
index 02c804d..e0f551c 100644
--- a/Main/Config/Configs/HeroBreakConfig.cs
+++ b/Main/Config/Configs/HeroBreakConfig.cs
@@ -1,6 +1,6 @@
 锘�//--------------------------------------------------------
 //    [Author]:           YYL
-//    [  Date ]:           2025骞�8鏈�4鏃�
+//    [  Date ]:           Tuesday, September 16, 2025
 //--------------------------------------------------------
 
 using System.Collections.Generic;
@@ -12,11 +12,8 @@
 {
     static HeroBreakConfig()
     {
-        if (isInit)
-        {
-            return;
-        }
-        LazyInit();
+        // 璁块棶杩囬潤鎬佹瀯閫犲嚱鏁�
+        visit = true; 
     }
 
     public int BreakID;
@@ -25,6 +22,7 @@
 	public int[] AttrIDList;
 	public int[] AttrValueList;
 	public int SkillID;
+	public string SkillIName;
 
     public override int LoadKey(string _key)
     {
@@ -71,6 +69,8 @@
 			}
 
 			int.TryParse(tables[5],out SkillID); 
+
+			SkillIName = tables[6];
         }
         catch (Exception exception)
         {

--
Gitblit v1.8.0