DB/Raids: Add Throne of Thunder to instance template and 2 teleport positions

Fixes #13846
This commit is contained in:
Ulduar
2015-07-19 04:53:33 +01:00
committed by DDuarte
parent df7f1af660
commit a0acd9b11b

View File

@@ -0,0 +1,8 @@
DELETE FROM `instance_template` WHERE `map` = 1098;
INSERT INTO `instance_template` (`map`, `parent`, `allowMount`) VALUES
(1098, 870 /* Isle of Thunder */, 0); -- Throne of Thunder Raid
DELETE FROM `game_tele` WHERE `id` IN (1566, 1567);
INSERT INTO `game_tele` (`id`, `position_x`, `position_y`, `position_z`, `orientation`, `map`, `name`) values
(1566,5710.84,4094.3,156.463,3.88393,1098, 'LeiShen'),
(1567,5525.29,4654.03,-2.47721,3.1433,1098, 'RadenRoom');