From 764c00aca5e01c78961eec24389a4196217b33cb Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 19 八月 2019 20:58:01 +0800
Subject: [PATCH] 0312 环任务副本的刷新点和BOSS之家冲突,日常副本特殊处理

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCCustomRefresh.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCCustomRefresh.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCCustomRefresh.py
index 586fd35..3308367 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCCustomRefresh.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCCustomRefresh.py
@@ -63,7 +63,7 @@
 def __ProcessNPCRefresh(pointIndex, npcRefresh, tick):
     funcName = "NPCRefresh_%d" % npcRefresh.GetRefreshMark()
     
-    if globals().has_key(funcName):
+    if globals().has_key(funcName) and GameWorld.GetMap().GetMapID() != ChConfig.Def_FBMapID_ClearDevil:
         return globals()[funcName](npcRefresh, tick)
     else:
         #GameWorld.DebugLog("__NPCCommonRefresh mark = %s" % npcRefresh.GetRefreshMark())

--
Gitblit v1.8.0