From e8a922356678b2fddd90683c864fcd919a21781f Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Fri, 22 Dec 2023 12:08:25 +0100 Subject: Scripts/Throne of the Tides: added base instance script and definitions --- sql/updates/world/master/2023_12_22_03_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2023_12_22_03_world.sql (limited to 'sql') 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'); -- cgit v1.2.3