From d1f7aa1f9ec874ee8795eabda31c733cbd8597dd Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期三, 15 五月 2019 12:23:56 +0800
Subject: [PATCH] 3335 重新导配置表解析类型

---
 Core/GameEngine/Model/Config/DungeonStateTimeConfig.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Core/GameEngine/Model/Config/DungeonStateTimeConfig.cs b/Core/GameEngine/Model/Config/DungeonStateTimeConfig.cs
index 610d5f4..798ae87 100644
--- a/Core/GameEngine/Model/Config/DungeonStateTimeConfig.cs
+++ b/Core/GameEngine/Model/Config/DungeonStateTimeConfig.cs
@@ -1,6 +1,6 @@
 锘�//--------------------------------------------------------
 //    [Author]:           Fish
-//    [  Date ]:           Thursday, February 14, 2019
+//    [  Date ]:           Wednesday, May 15, 2019
 //--------------------------------------------------------
 
 using System.Collections.Generic;
@@ -136,6 +136,7 @@
             path = AssetVersionUtility.GetAssetFilePath("config/DungeonStateTime.txt");
         }
 
+        configs.Clear();
 		var tempConfig = new DungeonStateTimeConfig();
         var preParse = tempConfig is IConfigPostProcess;
 

--
Gitblit v1.8.0