From 77ffb6b3fddc47a8fdc20d3c36c02e5a850a0ea5 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期五, 24 八月 2018 14:43:22 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/GeneralConfig/GeneralConfig.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/System/GeneralConfig/GeneralConfig.cs b/System/GeneralConfig/GeneralConfig.cs
index f09490b..76a1d23 100644
--- a/System/GeneralConfig/GeneralConfig.cs
+++ b/System/GeneralConfig/GeneralConfig.cs
@@ -127,11 +127,13 @@
     public List<int> dungeonCanUseMoneyIds { get; private set; }
 
     public Dictionary<int, int> dungeonRebornClientTimes { get; private set; }
+    public int[] CompareEquipPlaces { get; private set;}
 
     public void Init()
     {
         try
         {
+            CompareEquipPlaces = GetIntArray("EquipUpType");
             greatMasterStartLV = GetInt("GreatMasterStartLV");
             playerMaxLevel = GetInt("PlayerMaxLV");
             potentialUpSuccessRecommend = GetFloat("SPSkillType", 2) * 0.0001f;

--
Gitblit v1.8.0