Skip to content
Snippets Groups Projects
Commit 3a1764dd authored by Adry85's avatar Adry85 Committed by Zoey76
Browse files

Fixed Elroki Teleporters coordinates.

parent 74660315
No related branches found
No related tags found
No related merge requests found
......@@ -18,12 +18,12 @@
*/
package ai.npc.Teleports.ElrokiTeleporters;
import ai.npc.AbstractNpcAI;
import com.l2jserver.gameserver.model.Location;
import com.l2jserver.gameserver.model.actor.L2Npc;
import com.l2jserver.gameserver.model.actor.instance.L2PcInstance;
import ai.npc.AbstractNpcAI;
/**
* Elroki teleport AI.
* @author Plim
......@@ -34,8 +34,8 @@ public final class ElrokiTeleporters extends AbstractNpcAI
private static final int ORAHOCHIN = 32111;
private static final int GARIACHIN = 32112;
// Locations
private static final Location TELEPORT_ORAHOCIN = new Location(4990, -1879, -3178);
private static final Location TELEPORT_GARIACHIN = new Location(7557, -5513, -3221);
private static final Location TELEPORT_ORAHOCIN = new Location(5171, -1889, -3165);
private static final Location TELEPORT_GARIACHIN = new Location(7651, -5416, -3155);
private ElrokiTeleporters()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment