From e5530e1ca1f28ab70c783d2b3ec685bb6569504b Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期五, 21 十二月 2018 14:44:27 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master' into Cross_Server

---
 Core/GameEngine/Model/ConfigManager.cs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/Core/GameEngine/Model/ConfigManager.cs b/Core/GameEngine/Model/ConfigManager.cs
index c0616d2..bad5895 100644
--- a/Core/GameEngine/Model/ConfigManager.cs
+++ b/Core/GameEngine/Model/ConfigManager.cs
@@ -214,6 +214,9 @@
         AddAsyncTask<FuncSwitchConfig>();
         AddAsyncTask<AncientRobotNameConfig>();
         AddAsyncTask<CrossServerArenaConfig>();
+        AddAsyncTask<GatherSoulConfig>();
+        AddAsyncTask<GatherSoulPropertyConfig>();
+        AddAsyncTask<GatherSoulComposeConfig>();
 
         while (!AllCompleted())
         {

--
Gitblit v1.8.0