DB: Game_tele to Emerald Dream

By @Helias
Closes #16131

(cherry picked from commit 614ae6cba9)
This commit is contained in:
Killyana
2016-01-10 18:58:18 +01:00
committed by Shauren
parent 2ae4248179
commit a09468ea52

View File

@@ -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');