aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-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');