ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/AttackLogic/AttackCommon.py
@@ -1149,6 +1149,8 @@
    #攻击起点取缓存的坐标
    if not curPlayer or not curTag:
        return False
    if curPlayer.GetGameObjType() != IPY_GameWorld.gotPlayer:
        return True
    atkStartPosX = curPlayer.GetAttackTargetPosX()
    atkStartPosY = curPlayer.GetAttackTargetPosY()