From 2925272368dd22dda464307a35dcc477922e1922 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期六, 22 十二月 2018 14:41:01 +0800 Subject: [PATCH] 5424 【后端】【1.4】跨服竞技场开发(赛区表、赛季表) --- CoreServerGroup/GameServer/PySysDB/tagCrossRealmPKZone.txt | 3 +++ CoreServerGroup/GameServer/PySysDB/tagCrossRealmPKSeason.txt | 7 +++++++ 2 files changed, 10 insertions(+), 0 deletions(-) diff --git a/CoreServerGroup/GameServer/PySysDB/tagCrossRealmPKSeason.txt b/CoreServerGroup/GameServer/PySysDB/tagCrossRealmPKSeason.txt new file mode 100644 index 0000000..04331f0 --- /dev/null +++ b/CoreServerGroup/GameServer/PySysDB/tagCrossRealmPKSeason.txt @@ -0,0 +1,7 @@ +ID ZoneID SeasonID StartDate EndDate EndTime +1 1 1 2018-12-1 2018-12-30 22:00 +2 1 2 2019-1-1 2019-1-30 22:00 +3 1 3 2019-2-1 2019-2-27 22:00 +4 2 1 2019-1-1 2019-1-30 22:00 +5 2 2 2019-2-1 2019-2-28 22:00 +6 2 3 2019-3-1 2019-3-30 22:00 diff --git a/CoreServerGroup/GameServer/PySysDB/tagCrossRealmPKZone.txt b/CoreServerGroup/GameServer/PySysDB/tagCrossRealmPKZone.txt new file mode 100644 index 0000000..0328550 --- /dev/null +++ b/CoreServerGroup/GameServer/PySysDB/tagCrossRealmPKZone.txt @@ -0,0 +1,3 @@ +ZoneID ServerGroupIDList +1 [(1, 100), (300, 500), 501, 502] +2 [(101, 200), (601, 700), 701, 702] -- Gitblit v1.8.0