mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(DB/Spell): Add fallback in case of broken quest order for Dun Niffelem (#24327)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
--
|
||||
DELETE FROM `spell_area` WHERE `spell` = 55858 AND `quest_start` = 12967;
|
||||
INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `autocast`, `quest_start_status`, `quest_end_status`) VALUES
|
||||
(55858, 4437, 12967, 0, 0, 0, 2, 1, 64, 11),
|
||||
(55858, 4438, 12967, 0, 0, 0, 2, 1, 64, 11),
|
||||
(55858, 4439, 12967, 0, 0, 0, 2, 1, 64, 11),
|
||||
(55858, 4440, 12967, 0, 0, 0, 2, 1, 64, 11),
|
||||
(55858, 4455, 12967, 0, 0, 0, 2, 1, 64, 11);
|
||||
Reference in New Issue
Block a user