From d0d289d502fe85e9bb597ced1b41c73b8bc75889 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期四, 14 三月 2019 10:41:23 +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 ee67957..0024fc5 100644
--- a/System/GeneralConfig/GeneralDefine.cs
+++ b/System/GeneralConfig/GeneralDefine.cs
@@ -187,6 +187,7 @@
public static int mysteryShopRefreshInterval { get; private set; }
public static Dictionary<int, Dictionary<int, int>> equipStarLimit { get; private set; }
public static int equipTrainMustItemId { get; private set; }
+ public static int acutionItemHour { get; private set; }
public static void Init()
{
@@ -598,7 +599,6 @@
{
id = itemArray[k][0],
count = itemArray[k][1],
- bind = itemArray[k][2] == 1,
});
}
}
@@ -753,6 +753,7 @@
}
equipTrainMustItemId = GetInt("EquipWashMustID");
+ acutionItemHour = GetInt("AuctionItem");
}
catch (Exception ex)
{
--
Gitblit v1.8.0