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())