From c459377e8cb01eb15ae1d053a9a3cedb51a5728f Mon Sep 17 00:00:00 2001
From: cehua_lgq <cehua_lgq@163.com>
Date: 星期五, 30 十一月 2018 13:52:30 +0800
Subject: [PATCH] 5155 盛典活动时间配置

---
 ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerWishTree/WishTreeInfo.txt |   46 +++++++++++++++++++++++-----------------------
 1 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerWishTree/WishTreeInfo.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerWishTree/WishTreeInfo.txt
index 5f6b303..eb15d18 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerWishTree/WishTreeInfo.txt
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerWishTree/WishTreeInfo.txt
@@ -1,23 +1,23 @@
-# 许愿活动信息
-# 格式: < {节日类型:[节日开始时间, 节日结束时间, 奖励通知截止时间, 等级限制]} >
-# 节日类型: 策划自行决定,要求:不重复、与客户端对应即可
-# 节日时间: <年-月-日 时:分:秒> <<'2014-12-21 00:01:10'-2014年12月21日0时1分10秒>>
-# 奖励通知截止时间: 一定要比节日结束时间后
-# 等级限制: 低于此等级不允许领取奖励
-
-(
-	{
-		# 圣诞
-		1:['2016-12-24 00:00:00', '2016-12-26 23:59:59', '2016-12-26 23:59:59', 0],
-
-		# 元旦
-		2:['2015-1-1 00:00:00', '2015-1-3 23:59:59', '2015-1-4 23:59:59', 0],
-
-		# 中秋节
-		3:['2016-09-20 00:00:00', '2016-09-22 23:59:59', '2016-09-22 23:59:59', 0],
-
-		# 其他节日
-		# ...
-	}
-
-)
+# 许愿活动信息
+# 格式: < {节日类型:[节日开始时间, 节日结束时间, 奖励通知截止时间, 等级限制]} >
+# 节日类型: 策划自行决定,要求:不重复、与客户端对应即可
+# 节日时间: <年-月-日 时:分:秒> <<'2014-12-21 00:01:10'-2014年12月21日0时1分10秒>>
+# 奖励通知截止时间: 一定要比节日结束时间后
+# 等级限制: 低于此等级不允许领取奖励
+
+(
+	{
+		# 圣诞
+		1:['2016-12-24 00:00:00', '2016-12-26 23:59:59', '2016-12-26 23:59:59', 0],
+
+		# 元旦
+		2:['2015-1-1 00:00:00', '2015-1-3 23:59:59', '2015-1-4 23:59:59', 0],
+
+		# 中秋节
+		3:['2016-09-20 00:00:00', '2016-09-22 23:59:59', '2016-09-22 23:59:59', 0],
+
+		# 其他节日
+		# ...
+	}
+
+)

--
Gitblit v1.8.0