From 8187625b272b67f37ded8780954f461a4cb1a24b Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Sun, 24 Dec 2023 05:44:13 +0100 Subject: DB: corrected file name of the sql file that has been added in 32df6ee550a576b2865613d1f9c3cdce1b3cb63c --- sql/updates/world/master/2023_12-22_07_world.sql | 3 --- sql/updates/world/master/2023_12_22_07_world.sql | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 sql/updates/world/master/2023_12-22_07_world.sql 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 deleted file mode 100644 index b083e052c83..00000000000 --- a/sql/updates/world/master/2023_12-22_07_world.sql +++ /dev/null @@ -1,3 +0,0 @@ -DELETE FROM `instance_template` WHERE `map`= 657; -INSERT INTO `instance_template` (`map`, `parent`, `script`) VALUES -(657, 1, 'instance_vortex_pinnacle'); 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