ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/TurnSkill.py
@@ -524,9 +524,9 @@
            
    # 一定包含自己
    if tagFriendly == 2 and not isNoSelf:
        if curBatObj not in aimObjList:
            aimObjList.append(curBatObj)
        aimObjList.remove(curBatObj)
        aimObjList.insert(0, curBatObj)
    # 最后去除多余的目标
    if tagCount and len(aimObjList) > tagCount:
        aimObjList = aimObjList[:tagCount]