From d80b42fe727a0b8794e04601f378b861547d8fad Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期五, 06 二月 2026 20:37:35 +0800
Subject: [PATCH] 411 定军阁-客户端 修改界面,外层显示npc,可点击查看详情
---
Main/Config/Configs/FBDJGLevelConfig.cs | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Main/Config/Configs/FBDJGLevelConfig.cs b/Main/Config/Configs/FBDJGLevelConfig.cs
index 1c68374..ab1dc40 100644
--- a/Main/Config/Configs/FBDJGLevelConfig.cs
+++ b/Main/Config/Configs/FBDJGLevelConfig.cs
@@ -1,6 +1,6 @@
锘�//--------------------------------------------------------
// [Author]: YYL
-// [ Date ]: Tuesday, January 20, 2026
+// [ Date ]: Friday, February 6, 2026
//--------------------------------------------------------
using System.Collections.Generic;
@@ -22,8 +22,8 @@
public int[][] PassAwardList;
public int[][] AwardList;
public int[] LineupIDList;
+ public int NPCLV;
public long FightPower;
- public int NPCID;
public int[] SkillIDExList;
public override int LoadKey(string _key)
@@ -60,9 +60,9 @@
}
}
- long.TryParse(tables[6],out FightPower);
+ int.TryParse(tables[6],out NPCLV);
- int.TryParse(tables[7],out NPCID);
+ long.TryParse(tables[7],out FightPower);
if (tables[8].Contains("["))
{
--
Gitblit v1.8.0