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/GameFB/RedFort/FB_RedFort_LineNPC.txt |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/RedFort/FB_RedFort_LineNPC.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/RedFort/FB_RedFort_LineNPC.txt
new file mode 100644
index 0000000..b1b3c18
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/RedFort/FB_RedFort_LineNPC.txt
@@ -0,0 +1,18 @@
+# 线路对应刷新伪装NPC
+# {线路属性:[刷怪间隔, 每个点个数上限, [NPCID列表]]}
+
+(
+
+{
+
+0:[5, 2, [296,297,298,299,300,301,302,303,304]],
+1:[5, 2, [305,306,307,308,309,310,311,312,313]],
+2:[5, 2, [314,315,316,317,318,319,320,321,322]],
+3:[5, 2, [323,324,325,326,327,328,329,330,331]],
+4:[5, 2, [332,333,334,335,336,337,338,339,340]],
+5:[5, 2, [341,342,343,344,345,346,347,348,349]],
+6:[5, 2, [350,351,352,353,354,355,356,357,358]],
+
+}
+
+)
\ No newline at end of file

--
Gitblit v1.8.0