From fff892296db7b76a06ab13ffb47a512b655cd12c Mon Sep 17 00:00:00 2001
From: Client_PangDeRong <593317293@qq.com>
Date: 星期五, 24 八月 2018 14:24:10 +0800
Subject: [PATCH] [1689】增加需要进行比较的装备位置配置

---
 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