From 1adf0932629c4154f6e2ff854e75c48019a3972b Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期三, 10 六月 2026 18:11:38 +0800
Subject: [PATCH] 588 公会攻防战

---
 Main/Config/ConfigManager.cs |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/Main/Config/ConfigManager.cs b/Main/Config/ConfigManager.cs
index 27d2f30..e5612c4 100644
--- a/Main/Config/ConfigManager.cs
+++ b/Main/Config/ConfigManager.cs
@@ -38,12 +38,6 @@
 
         // 鍔犺浇閰嶇疆鏂囦欢
         // 鍔犺浇閰嶇疆鏂囦欢
-        // 鍔犺浇閰嶇疆鏂囦欢
-        // 鍔犺浇閰嶇疆鏂囦欢
-        // 鍔犺浇閰嶇疆鏂囦欢
-        // 鍔犺浇閰嶇疆鏂囦欢
-        // 鍔犺浇閰嶇疆鏂囦欢
-
         HashSet<Type> configTypes = new HashSet<Type>() {
             typeof(ActBillboardAwardConfig),
             typeof(ActHeroAppearArtConfig),
@@ -73,6 +67,9 @@
             typeof(DungeonConfig),
             typeof(DungeonOpenTimeConfig),
             typeof(FaceConfig),
+            typeof(FamilyConfig),
+            typeof(FamilyAtkDefBatDefenderConfig),
+            typeof(FamilyAtkDefBatTreasureConfig),
             typeof(FamilyDonateConfig),
             typeof(FBDJGEffectConfig),
             typeof(FBDJGLevelConfig),
@@ -341,6 +338,12 @@
         ClearConfigDictionary<DungeonOpenTimeConfig>();
         // 娓呯┖ FaceConfig 瀛楀吀
         ClearConfigDictionary<FaceConfig>();
+        // 娓呯┖ FamilyConfig 瀛楀吀
+        ClearConfigDictionary<FamilyConfig>();
+        // 娓呯┖ FamilyAtkDefBatDefenderConfig 瀛楀吀
+        ClearConfigDictionary<FamilyAtkDefBatDefenderConfig>();
+        // 娓呯┖ FamilyAtkDefBatTreasureConfig 瀛楀吀
+        ClearConfigDictionary<FamilyAtkDefBatTreasureConfig>();
         // 娓呯┖ FamilyDonateConfig 瀛楀吀
         ClearConfigDictionary<FamilyDonateConfig>();
         // 娓呯┖ FBDJGEffectConfig 瀛楀吀
@@ -415,8 +418,6 @@
         ClearConfigDictionary<NPCExConfig>();
         // 娓呯┖ NPCLineupConfig 瀛楀吀
         ClearConfigDictionary<NPCLineupConfig>();
-        // 娓呯┖ OPConfigConfig 瀛楀吀
-        ClearConfigDictionary<OPConfigConfig>();
         // 娓呯┖ OrderInfoConfig 瀛楀吀
         ClearConfigDictionary<OrderInfoConfig>();
         // 娓呯┖ PlayerAttrConfig 瀛楀吀

--
Gitblit v1.8.0