From abab4841567c4f40c6acc6dc13544284c8a36dda Mon Sep 17 00:00:00 2001 From: Shauren Date: Mon, 8 Apr 2024 21:03:27 +0200 Subject: Scripts/Forbidden Reach: Fix questgiver for initial quest not being there if you decline first quest popup Closes #29793 --- sql/updates/world/master/2024_04_08_01_world.sql | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sql') diff --git a/sql/updates/world/master/2024_04_08_01_world.sql b/sql/updates/world/master/2024_04_08_01_world.sql index 9e73192fc3a..1ebb717d631 100644 --- a/sql/updates/world/master/2024_04_08_01_world.sql +++ b/sql/updates/world/master/2024_04_08_01_world.sql @@ -21,3 +21,6 @@ INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry -- Quest Awaken, Dracthyr is not an auto accept quest UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `ID`=64864; + +-- Allow the aura when not on quest or when quest is in log +UPDATE `spell_area` SET `quest_start_status`=11 WHERE `spell` IN (369731,370112); -- cgit v1.2.3