diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/handlers/admincommandhandlers/AdminTeleport.java b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/handlers/admincommandhandlers/AdminTeleport.java index 3f807d137a..a088b5f7f0 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/handlers/admincommandhandlers/AdminTeleport.java +++ b/L2J_Mobius_1.0_Ertheia/dist/game/data/scripts/handlers/admincommandhandlers/AdminTeleport.java @@ -367,7 +367,7 @@ public class AdminTeleport implements IAdminCommandHandler final int z = Integer.parseInt(st.nextToken()); activeChar.getAI().setIntention(CtrlIntention.AI_INTENTION_IDLE); - activeChar.teleToLocation(x, y, z); + activeChar.teleToLocation(x, y, z, null); activeChar.sendMessage("You have been teleported to " + Coords); } catch (NoSuchElementException nsee) diff --git a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/handlers/admincommandhandlers/AdminTeleport.java b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/handlers/admincommandhandlers/AdminTeleport.java index 3f807d137a..a088b5f7f0 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/data/scripts/handlers/admincommandhandlers/AdminTeleport.java +++ b/L2J_Mobius_2.5_Underground/dist/game/data/scripts/handlers/admincommandhandlers/AdminTeleport.java @@ -367,7 +367,7 @@ public class AdminTeleport implements IAdminCommandHandler final int z = Integer.parseInt(st.nextToken()); activeChar.getAI().setIntention(CtrlIntention.AI_INTENTION_IDLE); - activeChar.teleToLocation(x, y, z); + activeChar.teleToLocation(x, y, z, null); activeChar.sendMessage("You have been teleported to " + Coords); } catch (NoSuchElementException nsee) diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/handlers/admincommandhandlers/AdminTeleport.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/handlers/admincommandhandlers/AdminTeleport.java index 3f807d137a..a088b5f7f0 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/handlers/admincommandhandlers/AdminTeleport.java +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/handlers/admincommandhandlers/AdminTeleport.java @@ -367,7 +367,7 @@ public class AdminTeleport implements IAdminCommandHandler final int z = Integer.parseInt(st.nextToken()); activeChar.getAI().setIntention(CtrlIntention.AI_INTENTION_IDLE); - activeChar.teleToLocation(x, y, z); + activeChar.teleToLocation(x, y, z, null); activeChar.sendMessage("You have been teleported to " + Coords); } catch (NoSuchElementException nsee) diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/handlers/admincommandhandlers/AdminTeleport.java b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/handlers/admincommandhandlers/AdminTeleport.java index 3f807d137a..a088b5f7f0 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/handlers/admincommandhandlers/AdminTeleport.java +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/data/scripts/handlers/admincommandhandlers/AdminTeleport.java @@ -367,7 +367,7 @@ public class AdminTeleport implements IAdminCommandHandler final int z = Integer.parseInt(st.nextToken()); activeChar.getAI().setIntention(CtrlIntention.AI_INTENTION_IDLE); - activeChar.teleToLocation(x, y, z); + activeChar.teleToLocation(x, y, z, null); activeChar.sendMessage("You have been teleported to " + Coords); } catch (NoSuchElementException nsee) diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/admincommandhandlers/AdminTeleport.java b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/admincommandhandlers/AdminTeleport.java index 3f807d137a..a088b5f7f0 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/admincommandhandlers/AdminTeleport.java +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/admincommandhandlers/AdminTeleport.java @@ -367,7 +367,7 @@ public class AdminTeleport implements IAdminCommandHandler final int z = Integer.parseInt(st.nextToken()); activeChar.getAI().setIntention(CtrlIntention.AI_INTENTION_IDLE); - activeChar.teleToLocation(x, y, z); + activeChar.teleToLocation(x, y, z, null); activeChar.sendMessage("You have been teleported to " + Coords); } catch (NoSuchElementException nsee)