Selaa lähdekoodia

Merge pull request #127 from irlex/patch-6

fix receiving falling damage when teleporting
Rumen Nikiforov 10 vuotta sitten
vanhempi
sitoutus
3a384b0ae5

+ 2 - 2
L2J_DataPack/dist/game/data/scripts/ai/npc/Teleports/MithrilMinesTeleporter/MithrilMinesTeleporter.java

@@ -39,7 +39,7 @@ public final class MithrilMinesTeleporter extends AbstractNpcAI
 		new Location(175499, -181586, -904),
 		new Location(173462, -174011, 3480),
 		new Location(179299, -182831, -224),
-		new Location(178591, -184615, 360),
+		new Location(178591, -184615, -360),
 		new Location(175499, -181586, -904)
 	};
 	
@@ -87,4 +87,4 @@ public final class MithrilMinesTeleporter extends AbstractNpcAI
 	{
 		new MithrilMinesTeleporter();
 	}
-}
+}