From 89343a7a0909e5244a3b69c4db1294de4536243b Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期一, 15 十二月 2025 18:15:22 +0800
Subject: [PATCH] 262 幻境阁系统-客户端 新增仅适用武将解锁的头像和形象的红点移除规则
---
Main/Config/Configs/MainLevelConfig.cs | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/Main/Config/Configs/MainLevelConfig.cs b/Main/Config/Configs/MainLevelConfig.cs
index ea52a85..379e9f1 100644
--- a/Main/Config/Configs/MainLevelConfig.cs
+++ b/Main/Config/Configs/MainLevelConfig.cs
@@ -1,6 +1,6 @@
锘�//--------------------------------------------------------
// [Author]: YYL
-// [ Date ]: 2025骞�8鏈�4鏃�
+// [ Date ]: 2025骞�9鏈�1鏃�
//--------------------------------------------------------
using System.Collections.Generic;
@@ -12,11 +12,8 @@
{
static MainLevelConfig()
{
- if (isInit)
- {
- return;
- }
- LazyInit();
+ // 璁块棶杩囬潤鎬佹瀯閫犲嚱鏁�
+ visit = true;
}
public int LevelID;
@@ -30,6 +27,7 @@
public int[] WaveLineupIDList6;
public int[] BossLineupIDList;
public int[][] AwardItemList;
+ public long FightPower;
public override int LoadKey(string _key)
{
@@ -146,6 +144,8 @@
}
AwardItemList = JsonMapper.ToObject<int[][]>(tables[10].Replace("(", "[").Replace(")", "]"));
+
+ long.TryParse(tables[11],out FightPower);
}
catch (Exception exception)
{
--
Gitblit v1.8.0