From 4fa9d2e477542fda2cedfcff33fb983986b00a1d Mon Sep 17 00:00:00 2001
From: cehua-TT <448191260@qq.com>
Date: 星期二, 13 十一月 2018 14:10:31 +0800
Subject: [PATCH] 2355 修复集市翅膀筛选项问题
---
ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/TeHuiAction/TeHuiAction_ClassUP.txt | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/TeHuiAction/TeHuiAction_ClassUP.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/TeHuiAction/TeHuiAction_ClassUP.txt
new file mode 100644
index 0000000..e19e7a2
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/TeHuiAction/TeHuiAction_ClassUP.txt
@@ -0,0 +1,17 @@
+# 升阶特惠活动编号对应特惠类型配置
+# {升阶特惠活动标识值:[特惠类型列表], ...}
+# 升阶特惠活动标识值:GameServer中ActionControlByDayKeyGoOn.txt定义的升阶特惠活动标识值
+# 特惠类型:1-坐骑,2-翅膀,3-官爵
+
+(
+
+{
+1:[1],
+2:[2],
+3:[3],
+11:[1],
+21:[2],
+31:[3],
+}
+
+)
\ No newline at end of file
--
Gitblit v1.8.0