airship.begin();
}
else
{
airship.SetTrajet1(curAD.getDepartureTrajetId(), 0, null, null);
L2VehiclePoint bp = new L2VehiclePoint();
bp.speed1 = airship._speed1;
bp.speed2 = airship._speed2;
AirShipDock destAD = AirShipDocksTable.getInstance().getAirShipDock(dockID);
bp.x = destAD.getLoc().x;
bp.y = destAD.getLoc().y;