From 50282a7269f62b3a06513ce4cc9d580bb7fc2df6 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期六, 09 五月 2026 15:16:34 +0800
Subject: [PATCH] 589 【公会】攻防战-服务端(本服、跨服攻防战;优化战斗支持不同基础属性百分比战斗;增加玩家历史最高战力记录;优化新公会ID分配,增加系统公会ID规则,废弃解散公会ID复用逻辑;增加公会周x累计贡献统计;) 1. 攻防战支持本服、跨服攻防战;GM命令 Family 支持攻防战相关; 2. 优化战斗支持不同基础属性百分比战斗,默认100%属性; 3. 增加玩家历史最高战力记录; 4. 优化新公会ID分配,增加系统公会ID规则,废弃解散公会后ID复用逻辑,确保数据唯一; 5. 增加公会周x累计贡献统计 6. 优化内网环境不验证跨服中心唯一性;

---
 ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/QunyingCross.txt |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/QunyingCross.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/QunyingCross.txt
index 3be94f8..6f7d5f8 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/QunyingCross.txt
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/QunyingCross.txt
@@ -1,9 +1,7 @@
 AppID	StartDate	ZoneID	CrossServerID	ServerIDList	SplitServerCnt	MatchServerCnt
 xssg	2026-1-5	1	10001	[[1, 1000]]	10	2
 ryzj	2026-1-5	1	10001	[[1, 1000]]	10	2
-test	2026-1-5	1	20001	[[1, 100]]	10	2
-test	2026-1-5	2	20001	[[101, 200], [9000, 9999]]	10	2
-test	2026-4-13	1	20001	[[1, 100]]	10	2
-test	2026-4-13	2	20001	[[101, 200], [9000, 9999]]	10	2
-test	2026-4-13	3	20001	[[1001, 1010]]	10	2
-test	2026-4-13	4	20001	[[1011, 1020]]	10	2
+test	2026-1-1	1	10001	[[10, 100]]	10	2
+test	2026-1-1	2	10001	[[101, 200], [9000, 9999]]	10	2
+test	2026-1-1	3	20001	[[1001, 1010]]	10	2
+test	2026-1-1	4	20001	[[1011, 1020]]	10	2

--
Gitblit v1.8.0