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

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/MapID_NoNPCForm.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/MapID_NoNPCForm.txt
new file mode 100644
index 0000000..ee92733
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/MapID_NoNPCForm.txt
@@ -0,0 +1,21 @@
+# 不是通过NPC对话弹界面进入的地图ID列表
+# 该配置为扩展配置, 其中已有一部分ID写在代码中
+
+(
+
+[
+
+20000, # 转生地图
+
+# 跨服相关地图
+12070,12071,12072,12073,12074,12075,12076,
+
+# 跨服boss
+13000,13001,13002,13003,13004,13005,13006,13007,13008,13009,
+
+# 跨服洪荒之力
+13010,13011,13012,13013,13014,13015,13016,13017,13018,13019
+
+]
+
+)
\ No newline at end of file

--
Gitblit v1.8.0