From 4e1a74b9eb8d723021b6756932bbdbd5cea69a5a Mon Sep 17 00:00:00 2001
From: cehua_LC <tingame100@163.com>
Date: 星期六, 29 九月 2018 01:10:28 +0800
Subject: [PATCH] 3966 外网6服新增Boss复活活动时间、双倍修行点活动时间

---
 db/PyMongoDataServer/PySysDB/tagActBossReborn.txt       |    2 ++
 db/PyMongoDataServer/PySysDB/tagActRealmPoint.txt       |    1 +
 CoreServerGroup/GameServer/PySysDB/tagActBossReborn.txt |    2 ++
 CoreServerGroup/GameServer/PySysDB/tagActRealmPoint.txt |    1 +
 4 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/CoreServerGroup/GameServer/PySysDB/tagActBossReborn.txt b/CoreServerGroup/GameServer/PySysDB/tagActBossReborn.txt
index b1eb882..db3efb7 100644
--- a/CoreServerGroup/GameServer/PySysDB/tagActBossReborn.txt
+++ b/CoreServerGroup/GameServer/PySysDB/tagActBossReborn.txt
@@ -1,3 +1,5 @@
 CfgID	ActMark	ServerIDList	StartDate	EndDate	ResetType	NotifyInfoStart	NotifyInfoEnd	LimitLV	TemplateID
 1	OpenSever1	[]	3	5	1	{0:["BossFHOpen", []]}	{}	110	1
 2	OpenSever2	[]	9	11	1	{0:["BossFHOpen", []]}	{}	110	1
+3	Guoqing1	[7001,7002,7003,8002,8003,8004]	2018-10-1	2018-10-3	1	{0:["BossFHOpen", []]}	{}	110	1
+4	Guoqing2	[7001,7002,7003,8002,8003,8004]	2018-10-5	2018-10-7	1	{0:["BossFHOpen", []]}	{}	110	1
diff --git a/CoreServerGroup/GameServer/PySysDB/tagActRealmPoint.txt b/CoreServerGroup/GameServer/PySysDB/tagActRealmPoint.txt
index 3102c9d..f4ce7cc 100644
--- a/CoreServerGroup/GameServer/PySysDB/tagActRealmPoint.txt
+++ b/CoreServerGroup/GameServer/PySysDB/tagActRealmPoint.txt
@@ -1,2 +1,3 @@
 CfgID	ActMark	ServerIDList	StartDate	EndDate	ResetType	NotifyInfoStart	NotifyInfoEnd	Multiple	LimitLV
 1	opensever	[]	7	8	1	{0:["MultipleXXDOpen", []]}	{}	2	110
+2	guoqing11	[7001,7002,7003,8002,8003,8004]	2018-10-4	2018-10-5	1	{0:["MultipleXXDOpen", []]}	{}	2	110
diff --git a/db/PyMongoDataServer/PySysDB/tagActBossReborn.txt b/db/PyMongoDataServer/PySysDB/tagActBossReborn.txt
index 9ee58df..22a705a 100644
--- a/db/PyMongoDataServer/PySysDB/tagActBossReborn.txt
+++ b/db/PyMongoDataServer/PySysDB/tagActBossReborn.txt
@@ -1,3 +1,5 @@
 CfgID	StartDate	EndDate	ResetType	LimitLV	TemplateID
 1	3	5	1	110	1
 2	9	11	1	110	1
+3	2018-10-1	2018-10-3	1	110	1
+4	2018-10-5	2018-10-7	1	110	1
diff --git a/db/PyMongoDataServer/PySysDB/tagActRealmPoint.txt b/db/PyMongoDataServer/PySysDB/tagActRealmPoint.txt
index e571355..f0bb13a 100644
--- a/db/PyMongoDataServer/PySysDB/tagActRealmPoint.txt
+++ b/db/PyMongoDataServer/PySysDB/tagActRealmPoint.txt
@@ -1,2 +1,3 @@
 CfgID	Multiple	LimitLV
 1	2	110
+2	2	110

--
Gitblit v1.8.0