hch
2019-08-19 764c00aca5e01c78961eec24389a4196217b33cb
0312 环任务副本的刷新点和BOSS之家冲突,日常副本特殊处理
1个文件已修改
2 ■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCCustomRefresh.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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())