From 20edfef17946c2f9175e5d4aef79d3cdff5fdb17 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期五, 24 八月 2018 15:59:44 +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