diff options
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'); |
