From 90b41dc07b55aa263868ace7a0bf67d239412db8 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期五, 11 一月 2019 14:51:45 +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, 1 insertions(+), 1 deletions(-)

diff --git a/Core/GameEngine/Model/ConfigManager.cs b/Core/GameEngine/Model/ConfigManager.cs
index fe40e35..c964b41 100644
--- a/Core/GameEngine/Model/ConfigManager.cs
+++ b/Core/GameEngine/Model/ConfigManager.cs
@@ -223,7 +223,7 @@
         AddAsyncTask<WeekPartyConfig>();
         AddAsyncTask<FashionDressCabinetConfig>();
         AddAsyncTask<FashionDressConfig>();
-
+        AddAsyncTask<WeekPartyPointConfig>();
         while (!AllCompleted())
         {
             var completedCount = 0;

--
Gitblit v1.8.0