hxp
2025-05-29 167357e8425d0dc12f41ed5fdfd4d95f2c2a5aaf
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)