From f32d09d91256b8525498b333e5ce66030f164a67 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期三, 20 三月 2019 13:59:37 +0800
Subject: [PATCH] 6340 【前端】【2.0】境界改版开发单(修为池)
---
Core/GameEngine/Model/Config/RealmConfig.cs | 18 +++++++++++-------
1 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/Core/GameEngine/Model/Config/RealmConfig.cs b/Core/GameEngine/Model/Config/RealmConfig.cs
index 6082515..ac6a634 100644
--- a/Core/GameEngine/Model/Config/RealmConfig.cs
+++ b/Core/GameEngine/Model/Config/RealmConfig.cs
@@ -67,19 +67,23 @@
int.TryParse(tables[7],out BossID);
- Img = tables[8];
+ long.TryParse(tables[8],out expRate);
- int.TryParse(tables[9],out Quality);
+ long.TryParse(tables[9],out expLimit);
- int.TryParse(tables[10],out FightPower);
+ Img = tables[10];
- equipNameIcon = tables[11];
+ int.TryParse(tables[11],out Quality);
- equips = tables[12];
+ int.TryParse(tables[12],out FightPower);
- int.TryParse(tables[13],out effectId);
+ equipNameIcon = tables[13];
- int.TryParse(tables[14],out requireIconEffect);
+ equips = tables[14];
+
+ int.TryParse(tables[15],out effectId);
+
+ int.TryParse(tables[16],out requireIconEffect);
}
catch (Exception ex)
{
--
Gitblit v1.8.0