From ddfd0889e0f3db7823049a34a6732641d886467b Mon Sep 17 00:00:00 2001 From: MobiusDev <8391001+MobiusDevelopment@users.noreply.github.com> Date: Sat, 18 Nov 2017 04:04:51 +0000 Subject: [PATCH] Custom Keucereus airship coords. --- .../vehicles/AirShipGludioGracia/AirShipGludioGracia.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/vehicles/AirShipGludioGracia/AirShipGludioGracia.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/vehicles/AirShipGludioGracia/AirShipGludioGracia.java index 8f320c15d9..d3300786a3 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/vehicles/AirShipGludioGracia/AirShipGludioGracia.java +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/vehicles/AirShipGludioGracia/AirShipGludioGracia.java @@ -63,9 +63,9 @@ public final class AirShipGludioGracia extends AbstractNpcAI implements Runnable new VehiclePathPoint(-172595, 247737, 398), new VehiclePathPoint(-174538, 246185, 39), new VehiclePathPoint(-179440, 243651, 1337), - new VehiclePathPoint(-182601, 243957, 2739), - new VehiclePathPoint(-184952, 245122, 2694), - new VehiclePathPoint(-186936, 244563, 2617) + new VehiclePathPoint(-182365, 245266, 2739), // Grand Crusade custom fix + new VehiclePathPoint(-185128, 245268, 2694), // Grand Crusade custom fix + new VehiclePathPoint(-186914, 244746, 2694) // Grand Crusade custom fix }; private static final VehiclePathPoint[] GRACIA_TO_WARPGATE =