From cf39026322c8d0a65738ad954f1c6458535d5c3f Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期六, 07 二月 2026 11:10:50 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
---
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