From 2df58aeacbf1177ec01167bdeccfe89d6a8d5804 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期三, 13 二月 2019 14:20:28 +0800
Subject: [PATCH] 3335 配置表读取重构,修改配置表读取接口1

---
 System/MainInterfacePanel/StoryMissionsModel.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/System/MainInterfacePanel/StoryMissionsModel.cs b/System/MainInterfacePanel/StoryMissionsModel.cs
index 8d2765d..d80e413 100644
--- a/System/MainInterfacePanel/StoryMissionsModel.cs
+++ b/System/MainInterfacePanel/StoryMissionsModel.cs
@@ -61,7 +61,7 @@
             {
                 foreach (int key in onPlayerTask.MainTaskDic.Keys)
                 {
-                    int chapterID = Config.Instance.Get<TaskListConfig>(key).ChapterID;
+                    int chapterID = TaskListConfig.Get(key).ChapterID;
                     if (TaskMainDic.ContainsKey(chapterID))
                     {
                         TaskMainDic[chapterID] = key;

--
Gitblit v1.8.0