aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorOvahlord <dreadkiller@gmx.de>2023-12-22 11:24:28 +0100
committerOvahlord <dreadkiller@gmx.de>2023-12-22 11:28:05 +0100
commitc336a6b53a349064b990c135a6e6a4bf6eb791fc (patch)
tree5dab1c181f9c123c36d26cf133f900551281d1b8 /sql/updates
parent575a37a703028f413572907f591a9a7fad6fc734 (diff)
Scripts/Misc: added base instance scripts and definitions for all 4.3 Cataclysm dungeons
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2023_12_22_02_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_12_22_02_world.sql b/sql/updates/world/master/2023_12_22_02_world.sql
new file mode 100644
index 00000000000..7db253dcb2d
--- /dev/null
+++ b/sql/updates/world/master/2023_12_22_02_world.sql
@@ -0,0 +1,5 @@
+DELETE FROM `instance_template` WHERE `map` IN (940, 939, 938);
+INSERT INTO `instance_template` (`map`, `parent`, `script`) VALUES
+(940, 1, 'instance_hour_of_twilight'),
+(939, 1, 'instance_well_of_eternity'),
+(938, 1, 'instance_end_time');