aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2024-04-08 21:03:27 +0200
committerShauren <shauren.trinity@gmail.com>2024-04-08 21:03:27 +0200
commitabab4841567c4f40c6acc6dc13544284c8a36dda (patch)
tree81e90b0a7f2c46780db46c07411c23446007844d /sql
parente370e471833be841504ffe3d62d69fc481f8c360 (diff)
Scripts/Forbidden Reach: Fix questgiver for initial quest not being there if you decline first quest popup
Closes #29793
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2024_04_08_01_world.sql3
1 files changed, 3 insertions, 0 deletions
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);