From 007541eae116f6b73f992c1a4df7ecbe77178099 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期四, 14 三月 2019 15:58:33 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
Core/GameEngine/Model/Config/RealmConfig.cs | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/Core/GameEngine/Model/Config/RealmConfig.cs b/Core/GameEngine/Model/Config/RealmConfig.cs
index 465064e..ee62db6 100644
--- a/Core/GameEngine/Model/Config/RealmConfig.cs
+++ b/Core/GameEngine/Model/Config/RealmConfig.cs
@@ -25,6 +25,7 @@
public readonly int Quality;
public readonly int FightPower;
public readonly string equipNameIcon;
+ public readonly string equips;
public readonly int effectId;
public readonly int requireIconEffect;
@@ -72,9 +73,11 @@
equipNameIcon = tables[11];
- int.TryParse(tables[12],out effectId);
+ equips = tables[12];
- int.TryParse(tables[13],out requireIconEffect);
+ int.TryParse(tables[13],out effectId);
+
+ int.TryParse(tables[14],out requireIconEffect);
}
catch (Exception ex)
{
--
Gitblit v1.8.0