fix(DB/Spell): Add fallback in case of broken quest order for Dun Niffelem (#24327)

This commit is contained in:
Gultask 2026-01-05 20:16:09 -03:00 committed by GitHub
parent 2568b98c14
commit 8f9fdda29d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);