Scripts/Spells: Correctly implement Murmur's Touch & Dire Brew (#28058)

(cherry picked from commit f0d2418e5f)
This commit is contained in:
offl
2022-06-26 21:44:40 +03:00
committed by Shauren
parent 249f55a483
commit 496eba4e8d
4 changed files with 133 additions and 15 deletions

View File

@@ -0,0 +1,7 @@
--
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (-33711,-38794,33686,51010);
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_murmur_murmurs_touch','spell_item_dire_brew');
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(33711,'spell_murmur_murmurs_touch'),
(38794,'spell_murmur_murmurs_touch'),
(51010,'spell_item_dire_brew');