From f1594defff6e8458b77867e8cc4b4ffa42cb8a0d Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期二, 13 十一月 2018 12:00:44 +0800
Subject: [PATCH] 2683 子 天赋技能和新增双职业各两个技能 / 【后端】天赋技能  --- 优化4508代码

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

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerWishTree/WishTreeInfo.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerWishTree/WishTreeInfo.txt
new file mode 100644
index 0000000..eb15d18
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerWishTree/WishTreeInfo.txt
@@ -0,0 +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],
+
+		# 其他节日
+		# ...
+	}
+
+)

--
Gitblit v1.8.0