From a0cc772e3de31fc11962a5ceec29fc58554fca09 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期四, 02 一月 2025 02:54:21 +0800
Subject: [PATCH] 10331 【越南】【英语】【BT】【砍树】境界修改

---
 Core/GameEngine/Model/Config/RealmConfig.cs |   17 ++++-------------
 1 files changed, 4 insertions(+), 13 deletions(-)

diff --git a/Core/GameEngine/Model/Config/RealmConfig.cs b/Core/GameEngine/Model/Config/RealmConfig.cs
index 83b2871..49e65b0 100644
--- a/Core/GameEngine/Model/Config/RealmConfig.cs
+++ b/Core/GameEngine/Model/Config/RealmConfig.cs
@@ -1,6 +1,6 @@
 锘�//--------------------------------------------------------
 //    [Author]:           Fish
-//    [  Date ]:           2024骞�12鏈�30鏃�
+//    [  Date ]:           2024骞�12鏈�31鏃�
 //--------------------------------------------------------
 
 using System.Collections.Generic;
@@ -24,9 +24,6 @@
 	public readonly long expLimit;
 	public readonly string Img;
 	public readonly int Quality;
-	public readonly int FightPower;
-	public readonly int effectId;
-	public readonly int requireIconEffect;
 	public readonly Dictionary<int, int[]> LearnSkillIDInfo;
 	public readonly int AddFreePoint;
 	public readonly int EquipLV;
@@ -87,17 +84,11 @@
 
 			int.TryParse(tables[10],out Quality); 
 
-			int.TryParse(tables[11],out FightPower); 
+			LearnSkillIDInfo = ConfigParse.ParseIntArrayDict(tables[11]); 
 
-			int.TryParse(tables[12],out effectId); 
+			int.TryParse(tables[12],out AddFreePoint); 
 
-			int.TryParse(tables[13],out requireIconEffect); 
-
-			LearnSkillIDInfo = ConfigParse.ParseIntArrayDict(tables[14]); 
-
-			int.TryParse(tables[15],out AddFreePoint); 
-
-			int.TryParse(tables[16],out EquipLV); 
+			int.TryParse(tables[13],out EquipLV); 
         }
         catch (Exception ex)
         {

--
Gitblit v1.8.0