From ec40846a39a590aad7c5d28a01bb7447aa36f21d Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期三, 08 五月 2019 14:21:09 +0800
Subject: [PATCH] 6702 子 【2.0】【开发】法宝界面排版优化 / 【2.0】【前端】法宝界面排版优化

---
 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 e7fb8c2..678ae89 100644
--- a/Core/GameEngine/Model/Config/TreasureChapterConfig.cs
+++ b/Core/GameEngine/Model/Config/TreasureChapterConfig.cs
@@ -1,6 +1,6 @@
 锘�//--------------------------------------------------------
 //    [Author]:           Fish
-//    [  Date ]:           Thursday, April 25, 2019
+//    [  Date ]:           Wednesday, May 08, 2019
 //--------------------------------------------------------
 
 using System.Collections.Generic;
@@ -19,7 +19,8 @@
 	public readonly int chapterIndex;
 	public readonly string description;
 	public readonly string condition;
-	public readonly string unknown;
+	public readonly string unknown;
+	public readonly string taskClueTitle;
 
 	public TreasureChapterConfig()
     {
@@ -43,7 +44,9 @@
 
 			condition = tables[5];
 
-			unknown = tables[6];
+			unknown = tables[6];
+
+			taskClueTitle = tables[7];
         }
         catch (Exception ex)
         {

--
Gitblit v1.8.0