From e4f2a7b933b7b383d5e2008367368e457054a4ca Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期五, 28 六月 2019 14:31:06 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/GeneralConfig/GeneralDefine.cs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/System/GeneralConfig/GeneralDefine.cs b/System/GeneralConfig/GeneralDefine.cs
index 4d38cd1..f95acc8 100644
--- a/System/GeneralConfig/GeneralDefine.cs
+++ b/System/GeneralConfig/GeneralDefine.cs
@@ -199,6 +199,7 @@
     public static Dictionary<int, int> skillYinjis { get; private set; }
     public static List<int> onlyUsedAtBackpackItems { get; private set; }
     public static List<int> signInPromoteSkills = new List<int>();
+    public static List<int> chestDisplayItems = new List<int>();
 
     public static void Init()
     {
@@ -808,6 +809,8 @@
 
             MasteryLoadingLevelLimit1 = GetInt("MasteryLoadingLevelLimit");
             MasteryLoadingLevelLimit2 = GetInt("MasteryLoadingLevelLimit", 2);
+
+            chestDisplayItems = new List<int>(GetIntArray("ChestShowItems"));
         }
         catch (Exception ex)
         {

--
Gitblit v1.8.0