From 4477b493301e903bc270ec0fc636ba8f314818ca Mon Sep 17 00:00:00 2001 From: tkrokli Date: Thu, 27 Apr 2017 04:12:12 +0200 Subject: DB/Quests: fix Guarded Thunderbrew Barrel / Distracting Jarven * Neither 308 nor 403 are typical "quests in a quest" for which a negative PrevQuestID would be required. The whole thing is controlled by conditions now, rather than simple quest chaining - and this is blizzlike. Closes #10626 --- sql/updates/world/3.3.5/2017_04_27_00_world_335.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_04_27_00_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2017_04_27_00_world_335.sql b/sql/updates/world/3.3.5/2017_04_27_00_world_335.sql new file mode 100644 index 00000000000..c1b9a5833d7 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_04_27_00_world_335.sql @@ -0,0 +1,2 @@ +-- Fix for "Guarded Thunderbrew Barrel" and "Distracting Jarven" +UPDATE `quest_template_addon` SET `PrevQuestID`=0 WHERE `id` in (308,403); -- cgit v1.2.3