ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCAI/AIType_101.py
@@ -113,8 +113,7 @@ #清空仇恨,清空伤血列表 npcControl.ClearNPCAngry() npcControl.ClearNPCHurtList() moveDestX, moveDestY = npcControl.GetMoveNearPos(curPlayer.GetPosX(), curPlayer.GetPosY(), ChConfig.Def_PlayerTurckBeginMoveDist) moveDestX, moveDestY = npcControl.GetMoveNearPos(curPlayer.GetPosX(), curPlayer.GetPosY(), 1) curNPC.ResetPos(moveDestX, moveDestY) #重置NPC为空闲状态 curNPC.SetCurAction(IPY_GameWorld.laNPCNull)