From 32df6ee550a576b2865613d1f9c3cdce1b3cb63c Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Fri, 22 Dec 2023 14:53:52 +0100 Subject: Scripts/Vortex Pinnacle: added base instance script and definitions --- sql/updates/world/master/2023_12-22_07_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2023_12-22_07_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2023_12-22_07_world.sql b/sql/updates/world/master/2023_12-22_07_world.sql new file mode 100644 index 00000000000..b083e052c83 --- /dev/null +++ b/sql/updates/world/master/2023_12-22_07_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `instance_template` WHERE `map`= 657; +INSERT INTO `instance_template` (`map`, `parent`, `script`) VALUES +(657, 1, 'instance_vortex_pinnacle'); -- cgit v1.2.3