From 7bafd77c6f44731a71d55deb149fc5ac2c50deab Mon Sep 17 00:00:00 2001 From: Mark Sturgill Date: Sat, 4 Jul 2015 18:27:52 -0700 Subject: [PATCH] Fix #4 --- Scripts/Commands/GenTeleporter.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/Commands/GenTeleporter.cs b/Scripts/Commands/GenTeleporter.cs index 3d66f8118..94e4abf31 100644 --- a/Scripts/Commands/GenTeleporter.cs +++ b/Scripts/Commands/GenTeleporter.cs @@ -193,8 +193,8 @@ namespace Server.Commands DestroyTeleporter( 5595, 1840, -14, map ); DestroyTeleporter( 5595, 1840, -14, map ); - CreateTeleporter( 5594, 1840, -9, 5467, 1804, 7, map, false ); - CreateTeleporter( 5594, 1841, -9, 5467, 1805, 7, map, false ); + CreateTeleporter( 5594, 1840, -8, 5467, 1804, 7, map, false ); + CreateTeleporter( 5594, 1841, -8, 5467, 1805, 7, map, false ); // Wrong CreateTeleporter( 5824, 631, 5, 2041, 215, 14, map, true );