From f5d59c55ed7cf58fd8ff947c837ee256f6e237d8 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期四, 25 四月 2019 14:41:02 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 Core/GameEngine/Model/Config/TreasureChapterConfig.cs |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/Core/GameEngine/Model/Config/TreasureChapterConfig.cs b/Core/GameEngine/Model/Config/TreasureChapterConfig.cs
index 2b50055..e7fb8c2 100644
--- a/Core/GameEngine/Model/Config/TreasureChapterConfig.cs
+++ b/Core/GameEngine/Model/Config/TreasureChapterConfig.cs
@@ -1,6 +1,6 @@
 锘�//--------------------------------------------------------
 //    [Author]:           Fish
-//    [  Date ]:           Wednesday, April 24, 2019
+//    [  Date ]:           Thursday, April 25, 2019
 //--------------------------------------------------------
 
 using System.Collections.Generic;
@@ -18,7 +18,8 @@
 	public readonly string taskTitle;
 	public readonly int chapterIndex;
 	public readonly string description;
-	public readonly string condition;
+	public readonly string condition;
+	public readonly string unknown;
 
 	public TreasureChapterConfig()
     {
@@ -40,7 +41,9 @@
 
 			description = tables[4];
 
-			condition = tables[5];
+			condition = tables[5];
+
+			unknown = tables[6];
         }
         catch (Exception ex)
         {

--
Gitblit v1.8.0