From f4cc77b45410e8efa1d4e2d4d27883557bb30f49 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期一, 27 十月 2025 16:11:57 +0800
Subject: [PATCH] 125 战斗 战斗背景替换为正确的背景
---
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