diff options
| author | Ovahlord <dreadkiller@gmx.de> | 2023-12-22 07:09:42 +0100 |
|---|---|---|
| committer | Ovahlord <dreadkiller@gmx.de> | 2023-12-22 08:40:11 +0100 |
| commit | 16b7c3cca9a17f06f3f78e5a18afe4653983ccac (patch) | |
| tree | 68f7c87170a1de752f362db54f29caa156250e35 /sql/updates | |
| parent | dc881c94e19874fc7fca56f7f884a3025c6abe4b (diff) | |
Scripts/Misc: added instance scripts and base definitions for all Cataclysm 4.0 raids
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2023_12_22_00_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_12_22_00_world.sql b/sql/updates/world/master/2023_12_22_00_world.sql new file mode 100644 index 00000000000..de8d0bc44d6 --- /dev/null +++ b/sql/updates/world/master/2023_12_22_00_world.sql @@ -0,0 +1,5 @@ +DELETE FROM `instance_template` WHERE `map` IN (669, 671, 754); +INSERT INTO `instance_template` (`map`, `parent`, `script`) VALUES +(669, 0, 'instance_blackwing_descent'), +(671, 0, 'instance_bastion_of_twilight'), +(754, 1, 'instance_throne_of_the_four_winds'); |
