aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorOvahlord <dreadkiller@gmx.de>2023-12-22 12:08:25 +0100
committerOvahlord <dreadkiller@gmx.de>2023-12-22 12:08:25 +0100
commite8a922356678b2fddd90683c864fcd919a21781f (patch)
tree3e24203dc8d461d2db1455c1cd65fba99f0f8522 /sql
parentddcaaa61a569aa6185603bd7b2614bfa72dfd612 (diff)
Scripts/Throne of the Tides: added base instance script and definitions
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2023_12_22_03_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_12_22_03_world.sql b/sql/updates/world/master/2023_12_22_03_world.sql
new file mode 100644
index 00000000000..0733615937a
--- /dev/null
+++ b/sql/updates/world/master/2023_12_22_03_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `instance_template` WHERE `map`= 643;
+INSERT INTO `instance_template` (`map`, `parent`, `script`) VALUES
+(643, 0, 'instance_throne_of_the_tides');