fix(DB/Spell): Essence of Wintergrasp (#16132)

* fix(DB/Spell): Essence of Wintergrasp

* cherry-pick commit (a78071f682)
* cherry-pick commit (bacb00117a)

Co-Authored-By: Aokromes <539374+aokromes@users.noreply.github.com>

* Update rev_1682810005438594300.sql

---------

Co-authored-by: Aokromes <539374+aokromes@users.noreply.github.com>
This commit is contained in:
Kitzunu 2023-04-30 01:25:04 +02:00 committed by GitHub
parent 75a30e9939
commit a07467d65f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,9 @@
--
DELETE FROM `spell_area` WHERE `spell` = 57940 AND `area` IN (4723, 4809, 4813, 4820);
INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `autocast`, `quest_start_status`, `quest_end_status`) VALUES
(57940, 4723, 0, 0, 0, 0, 2, 1, 0, 0),
(57940, 4809, 0, 0, 0, 0, 2, 1, 0, 0),
(57940, 4813, 0, 0, 0, 0, 2, 1, 0, 0),
(57940, 4820, 0, 0, 0, 0, 2, 1, 0, 0);
UPDATE `spell_area` SET `quest_start_status` = 0, `quest_end_status` = 0 WHERE `spell` = 57940;