From 8e89d89c282284629ae4e9a01089deb915ac87c9 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期二, 15 一月 2019 17:54:52 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 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 21cba57..7dab617 100644
--- a/System/GeneralConfig/GeneralDefine.cs
+++ b/System/GeneralConfig/GeneralDefine.cs
@@ -168,7 +168,6 @@
     public static int fairyLandBuffId { get; private set; }
     public static int achievementEarlierStageLevel { get; private set; }
     public static int DemonJarAutoTime { get; private set; }
-    public static List<int> CrossUseItemIds { get; private set; }
     public static Dictionary<int, Dictionary<int, GA_NpcFightSgzcZZ.EquipRandomInfo>> SgzzRobotEquipDict { get; private set; }
     public static Dictionary<int, int> SgzcRealm { get; private set; }
 
@@ -178,7 +177,6 @@
     {
         try
         {
-            CrossUseItemIds = new List<int>(GetIntArray("CrossUseItem"));
             CompareEquipPlaces = GetIntArray("EquipUpType");
             greatMasterStartLV = GetInt("GreatMasterStartLV");
             playerMaxLevel = GetInt("PlayerMaxLV");

--
Gitblit v1.8.0