mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 17:19:07 +00:00
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:
@@ -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;
|
||||
Reference in New Issue
Block a user