From 31c570686bcaf7526b968d7e22cc914c7bd890ed Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期二, 23 四月 2019 10:21:32 +0800
Subject: [PATCH] 6585 【2.0】【开发】人族法宝界面优化
---
Core/GameEngine/Model/Config/TaskListConfig.cs | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/Core/GameEngine/Model/Config/TaskListConfig.cs b/Core/GameEngine/Model/Config/TaskListConfig.cs
index 260cbe9..8ec19ff 100644
--- a/Core/GameEngine/Model/Config/TaskListConfig.cs
+++ b/Core/GameEngine/Model/Config/TaskListConfig.cs
@@ -1,6 +1,6 @@
锘�//--------------------------------------------------------
// [Author]: Fish
-// [ Date ]: Saturday, April 20, 2019
+// [ Date ]: Tuesday, April 23, 2019
//--------------------------------------------------------
using System.Collections.Generic;
@@ -23,7 +23,8 @@
public readonly int[] CollectNPC;
public readonly int FabaoID;
public readonly int clue;
- public readonly string clueName;
+ public readonly string clueName;
+ public readonly int induction;
public TaskListConfig()
{
@@ -60,7 +61,9 @@
int.TryParse(tables[9],out clue);
- clueName = tables[10];
+ clueName = tables[10];
+
+ int.TryParse(tables[11],out induction);
}
catch (Exception ex)
{
--
Gitblit v1.8.0