diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2024_04_08_01_world.sql | 3 |
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);
|
