From 0e614d73052be4d90c22924ca3c925ac9d9ee00d Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期五, 18 一月 2019 15:28:19 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

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

diff --git a/Core/GameEngine/Model/ConfigManager.cs b/Core/GameEngine/Model/ConfigManager.cs
index c964b41..93ea9a6 100644
--- a/Core/GameEngine/Model/ConfigManager.cs
+++ b/Core/GameEngine/Model/ConfigManager.cs
@@ -224,6 +224,8 @@
         AddAsyncTask<FashionDressCabinetConfig>();
         AddAsyncTask<FashionDressConfig>();
         AddAsyncTask<WeekPartyPointConfig>();
+        AddAsyncTask<SceneReplaceConfig>();
+
         while (!AllCompleted())
         {
             var completedCount = 0;

--
Gitblit v1.8.0