mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix (DB/Quest) Chapter V aura is now added to players when “The Light of Dawn” is delivered. (#22437)
This commit is contained in:
8
data/sql/updates/pending_db_world/Acherus_aura_bug.sql
Normal file
8
data/sql/updates/pending_db_world/Acherus_aura_bug.sql
Normal 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);
|
||||
Reference in New Issue
Block a user