From 4a6fce0137d132138d43b4a14a7798abd983e82f Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期二, 15 一月 2019 11:23:13 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/GeneralConfig/GeneralDefine.cs | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/System/GeneralConfig/GeneralDefine.cs b/System/GeneralConfig/GeneralDefine.cs
index f267fa6..21cba57 100644
--- a/System/GeneralConfig/GeneralDefine.cs
+++ b/System/GeneralConfig/GeneralDefine.cs
@@ -168,7 +168,7 @@
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,6 +178,7 @@
{
try
{
+ CrossUseItemIds = new List<int>(GetIntArray("CrossUseItem"));
CompareEquipPlaces = GetIntArray("EquipUpType");
greatMasterStartLV = GetInt("GreatMasterStartLV");
playerMaxLevel = GetInt("PlayerMaxLV");
--
Gitblit v1.8.0