26012602260326042605260626072608260926102611
private void broadcastMove() { if(isAirShip()) { broadcastPacket(new ExMoveToLocationAirShip((L2AirShip) this, getLoc(), getDestination())); } else if(isShip()) { broadcastPacket(new VehicleDeparture((L2Ship) this)); }
62636465666768
* @return L2GameServerPacket */ @Override public L2GameServerPacket movePacket() { return new ExMoveToLocationAirShip(this); }