From d9f74c2e402ec71fa0f5f0f3206ad3901ff0d436 Mon Sep 17 00:00:00 2001 From: Kitzunu Date: Sat, 7 Mar 2020 15:11:20 +0100 Subject: DB/Quest: Add Missing requirements for Down the Violet Path Closes #23851 (cherry picked from commit b4bb3f9b8bdf00485388de0485a7d9658869f448) --- sql/updates/world/master/2021_12_22_19_world_2020_03_07_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2021_12_22_19_world_2020_03_07_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_12_22_19_world_2020_03_07_01_world.sql b/sql/updates/world/master/2021_12_22_19_world_2020_03_07_01_world.sql new file mode 100644 index 00000000000..7df5294c6cd --- /dev/null +++ b/sql/updates/world/master/2021_12_22_19_world_2020_03_07_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_template_addon` SET `PrevQuestID` = 10729 WHERE `id` = 10733; -- cgit v1.2.3