From c6689f941359227f0b99b20b9400ccbab81b671c Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期二, 14 八月 2018 17:02:09 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

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

diff --git a/System/MainInterfacePanel/StoryMissions.cs b/System/MainInterfacePanel/StoryMissions.cs
index d7cbecd..f7528e0 100644
--- a/System/MainInterfacePanel/StoryMissions.cs
+++ b/System/MainInterfacePanel/StoryMissions.cs
@@ -161,7 +161,7 @@
             }
             else
             {
-                DesignDebug.LogError("浠诲姟琛ㄦ牸PyTaskInfo閰嶇疆缂哄け");
+                DebugEx.LogError("浠诲姟琛ㄦ牸PyTaskInfo閰嶇疆缂哄け");
             }
 
         }
@@ -174,7 +174,7 @@
         var config = ConfigManager.Instance.GetTemplate<TASKINFOConfig>(_AllMissionDict[taskID].InforList);
         if (config == null)
         {
-            DesignDebug.LogError("浠诲姟琛ㄦ牸PyTaskInfo閰嶇疆缂哄け");
+            DebugEx.LogError("浠诲姟琛ㄦ牸PyTaskInfo閰嶇疆缂哄け");
             return null;
         }
         string taskName = config.show_writing;

--
Gitblit v1.8.0