Sync with L2JServer Jan 24th 2015.
This commit is contained in:
@@ -18,11 +18,11 @@
|
||||
*/
|
||||
package gracia.vehicles.KeucereusNorthController;
|
||||
|
||||
import gracia.vehicles.AirShipController;
|
||||
|
||||
import com.l2jserver.gameserver.model.Location;
|
||||
import com.l2jserver.gameserver.model.VehiclePathPoint;
|
||||
|
||||
import gracia.vehicles.AirShipController;
|
||||
|
||||
public final class KeucereusNorthController extends AirShipController
|
||||
{
|
||||
private static final int DOCK_ZONE = 50602;
|
||||
|
@@ -18,11 +18,11 @@
|
||||
*/
|
||||
package gracia.vehicles.KeucereusSouthController;
|
||||
|
||||
import gracia.vehicles.AirShipController;
|
||||
|
||||
import com.l2jserver.gameserver.model.Location;
|
||||
import com.l2jserver.gameserver.model.VehiclePathPoint;
|
||||
|
||||
import gracia.vehicles.AirShipController;
|
||||
|
||||
public final class KeucereusSouthController extends AirShipController
|
||||
{
|
||||
private static final int DOCK_ZONE = 50603;
|
||||
|
@@ -18,11 +18,11 @@
|
||||
*/
|
||||
package gracia.vehicles.SoDController;
|
||||
|
||||
import gracia.vehicles.AirShipController;
|
||||
|
||||
import com.l2jserver.gameserver.model.Location;
|
||||
import com.l2jserver.gameserver.model.VehiclePathPoint;
|
||||
|
||||
import gracia.vehicles.AirShipController;
|
||||
|
||||
public final class SoDController extends AirShipController
|
||||
{
|
||||
private static final int DOCK_ZONE = 50601;
|
||||
|
@@ -18,11 +18,11 @@
|
||||
*/
|
||||
package gracia.vehicles.SoIController;
|
||||
|
||||
import gracia.vehicles.AirShipController;
|
||||
|
||||
import com.l2jserver.gameserver.model.Location;
|
||||
import com.l2jserver.gameserver.model.VehiclePathPoint;
|
||||
|
||||
import gracia.vehicles.AirShipController;
|
||||
|
||||
public final class SoIController extends AirShipController
|
||||
{
|
||||
private static final int DOCK_ZONE = 50600;
|
||||
|
Reference in New Issue
Block a user