From eac8aeed7cea1f7ac5e08a4e231281a6a77b522d Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期三, 22 十月 2025 20:09:50 +0800
Subject: [PATCH] 143 演武场-客户端 只在“没有战斗”和“主线战斗道中”时弹结算界面
---
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