fix (DB/Quest) Chapter V aura is now added to players when “The Light of Dawn” is delivered. (#22437)

This commit is contained in:
Rocco Silipo
2025-07-09 20:46:25 +02:00
committed by GitHub
parent 96ecdc3324
commit 7dfe1a854c

View File

@@ -0,0 +1,8 @@
-- Edit Spell_Area
UPDATE `spell_area` SET `quest_start` = 12801, `quest_start_status` = `quest_start_status` &~ 10 WHERE `spell` = 58354;
-- Add the second Darion Mograine quest starter
DELETE FROM `creature_queststarter` WHERE (`quest` = 13165) AND (`id` IN (31084));
INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES
(31084, 13165);