{
broadcastPacket(new ExMoveToLocationAirShip((L2AirShip) this, getLoc(), getDestination()));
}
else if(isShip())
{
broadcastPacket(new VehicleDeparture((L2Ship) this));
}
else
{
validateLocation(isPlayer() ? 2 : 1);
broadcastPacket(new CharMoveToLocation(this));