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