ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCHurtManager.py
@@ -725,6 +725,9 @@
    
    def __GetIsInRefreshPoint(self, curPosX, curPosY, refreshPoint):
        if not refreshPoint:
            curNPC = self.curNPC
            if curNPC.GetDictByKey(ChConfig.Def_Obj_Dict_TurnFightNum):
                return True
            if self.logDetail:
                GameWorld.Log("        not refreshPoint=%s" % refreshPoint, self.npcID, self.lineID)
            return False