aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2014_08_30_00_world_game_tele.sql3
-rw-r--r--sql/updates/world/2014_08_31_00_world_game_tele.sql4
2 files changed, 4 insertions, 3 deletions
diff --git a/sql/updates/world/2014_08_30_00_world_game_tele.sql b/sql/updates/world/2014_08_30_00_world_game_tele.sql
deleted file mode 100644
index fd47123c85b..00000000000
--- a/sql/updates/world/2014_08_30_00_world_game_tele.sql
+++ /dev/null
@@ -1,3 +0,0 @@
---
-
-INSERT INTO `game_tele` VALUES (1424, 16218.7, 16403.6, -64.3789, 3.12191, 1, 'Jail');
diff --git a/sql/updates/world/2014_08_31_00_world_game_tele.sql b/sql/updates/world/2014_08_31_00_world_game_tele.sql
new file mode 100644
index 00000000000..dd6d790fb2f
--- /dev/null
+++ b/sql/updates/world/2014_08_31_00_world_game_tele.sql
@@ -0,0 +1,4 @@
+--
+DELETE FROM `game_tele` WHERE `id`=1424;
+INSERT INTO `game_tele` (`id`, `position_x`, `position_y`, `position_z`, `orientation`, `map`, `name`) VALUES
+(1424, 16218.7, 16403.6, -64.3789, 3.12191, 1, 'Jail');