aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2016-01-10 18:58:18 +0100
committerKillyana <morphone1@gmail.com>2016-01-10 18:58:18 +0100
commit614ae6cba93498bd153be6da79231c704d90b9ab (patch)
tree51c7ee73310145c6b389653beac8381590f4370a
parent69d59885c459b6a8f12384c401784edfc18d6888 (diff)
DB: Game_tele to Emerald Dream
By @Helias Closes #16131
-rw-r--r--sql/updates/world/2016_01_10_04_world.sql11
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/2016_01_10_04_world.sql b/sql/updates/world/2016_01_10_04_world.sql
new file mode 100644
index 00000000000..da6eed191ad
--- /dev/null
+++ b/sql/updates/world/2016_01_10_04_world.sql
@@ -0,0 +1,11 @@
+--
+DELETE FROM `instance_template` WHERE `map` = 169;
+INSERT INTO `instance_template` (`map`, `parent`, `script`, `allowMount`) VALUES
+(169, 0, '', 0);
+
+DELETE FROM `game_tele` WHERE `id` IN (1425, 1426, 1427, 1428);
+INSERT INTO `game_tele` (`id`, `position_x`, `position_y`, `position_z`, `orientation`, `map`, `name`) VALUES
+(1425, -366.091, 3097.86, 92.317, 0.0487625, 169, 'EmeraldDream'),
+(1426, 2781.566406, 3006.763184, 23.221882, 0.5, 169, 'EmeraldStatue'),
+(1427, -2128.12, -1005.89, 132.213, 0.5, 169, 'VerdantFields'),
+(1428, 2732.93, -3319.63, 101.284, 0.5, 169, 'EmeraldForest');