From 31b986a6dfe7b0e3cd01f15037be0278307eb2dd Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期四, 18 九月 2025 19:26:26 +0800
Subject: [PATCH] npc配表更新
---
Main/Config/Configs/NPCConfig.cs | 14 ++++----------
1 files changed, 4 insertions(+), 10 deletions(-)
diff --git a/Main/Config/Configs/NPCConfig.cs b/Main/Config/Configs/NPCConfig.cs
index 003c236..433f8c8 100644
--- a/Main/Config/Configs/NPCConfig.cs
+++ b/Main/Config/Configs/NPCConfig.cs
@@ -1,6 +1,6 @@
锘�//--------------------------------------------------------
// [Author]: YYL
-// [ Date ]: 2025骞�8鏈�8鏃�
+// [ Date ]: Thursday, September 18, 2025
//--------------------------------------------------------
using System.Collections.Generic;
@@ -18,8 +18,6 @@
public int NPCID;
public string NPCName;
- public int Country;
- public int AtkDistType;
public int LV;
public int SkinID;
public float ModelScale;
@@ -38,15 +36,11 @@
NPCName = tables[1];
- int.TryParse(tables[2],out Country);
+ int.TryParse(tables[2],out LV);
- int.TryParse(tables[3],out AtkDistType);
+ int.TryParse(tables[3],out SkinID);
- int.TryParse(tables[4],out LV);
-
- int.TryParse(tables[5],out SkinID);
-
- float.TryParse(tables[6],out ModelScale);
+ float.TryParse(tables[4],out ModelScale);
}
catch (Exception exception)
{
--
Gitblit v1.8.0