From 99202da2c3fa5b2c7642c62988c16a73582664ee Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期四, 25 四月 2019 10:25:20 +0800
Subject: [PATCH] 3336 【BUG】【2.0】组队里的等级限制显示异常
---
System/GeneralConfig/GeneralDefine.cs | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/System/GeneralConfig/GeneralDefine.cs b/System/GeneralConfig/GeneralDefine.cs
index 6625b20..d31907d 100644
--- a/System/GeneralConfig/GeneralDefine.cs
+++ b/System/GeneralConfig/GeneralDefine.cs
@@ -14,7 +14,6 @@
public static int initBagGridCount { get; private set; }
public static int maxBagGridCount { get; private set; }
- public static int greatMasterStartLV { get; private set; }
public static int playerMaxLevel { get; private set; }
public static int[] kylinHomeCollectItems;
public static List<int> dailyQuestOpenTime;
@@ -203,7 +202,6 @@
maxBagGridCount = GetInt("MaxBagCellCount");
CompareEquipPlaces = GetIntArray("EquipUpType");
- greatMasterStartLV = GetInt("GreatMasterStartLV");
playerMaxLevel = GetInt("PlayerMaxLV");
kylinHomeCollectItems = GetIntArray("KirinNpc", 2);
dailyQuestOpenTime = GetTimeArray("ActionTime", 1);
--
Gitblit v1.8.0