mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Raids: Add Throne of Thunder to instance template and 2 teleport positions
Fixes #13846
This commit is contained in:
8
sql/updates/world/2015_07_19_19_world.sql
Normal file
8
sql/updates/world/2015_07_19_19_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user