From 09bc892c7283df8757a07b646d5af21ddaa263d1 Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期四, 06 十一月 2025 18:22:34 +0800
Subject: [PATCH] 164 天子的考验-客户端
---
Main/Config/Configs/HeroAwakeConfig.cs | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/Main/Config/Configs/HeroAwakeConfig.cs b/Main/Config/Configs/HeroAwakeConfig.cs
index a5374b3..c0f2f4f 100644
--- a/Main/Config/Configs/HeroAwakeConfig.cs
+++ b/Main/Config/Configs/HeroAwakeConfig.cs
@@ -1,6 +1,6 @@
锘�//--------------------------------------------------------
// [Author]: YYL
-// [ Date ]: 2025骞�7鏈�26鏃�
+// [ Date ]: Tuesday, September 16, 2025
//--------------------------------------------------------
using System.Collections.Generic;
@@ -10,6 +10,11 @@
public partial class HeroAwakeConfig : ConfigBase<int, HeroAwakeConfig>
{
+ static HeroAwakeConfig()
+ {
+ // 璁块棶杩囬潤鎬佹瀯閫犲嚱鏁�
+ visit = true;
+ }
public int TalentAwakeID;
public int HeroID;
@@ -19,6 +24,7 @@
public int SkillID;
public int UnlockTalentSlot;
public int AddStarUpper;
+ public string SkillIName;
public override int LoadKey(string _key)
{
@@ -69,6 +75,8 @@
int.TryParse(tables[6],out UnlockTalentSlot);
int.TryParse(tables[7],out AddStarUpper);
+
+ SkillIName = tables[8];
}
catch (Exception exception)
{
--
Gitblit v1.8.0