mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
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
This commit is contained in:
2
sql/updates/world/3.3.5/2017_04_27_00_world_335.sql
Normal file
2
sql/updates/world/3.3.5/2017_04_27_00_world_335.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- Fix for "Guarded Thunderbrew Barrel" and "Distracting Jarven"
|
||||
UPDATE `quest_template_addon` SET `PrevQuestID`=0 WHERE `id` in (308,403);
|
||||
Reference in New Issue
Block a user