Scripts/Spells: BOTM Empty Bottle (#27889)

(cherry picked from commit cedd95f9850d2c6d25d7dfda59d3e16e97a26b40)
This commit is contained in:
offl
2022-06-10 14:27:23 +02:00
committed by Shauren
parent 3848198e9e
commit f9f65a8957
2 changed files with 82 additions and 0 deletions
@@ -0,0 +1,18 @@
--
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (42254,42255,42256,42257,42258,42259,42260,42261,42263,42264,43959,43961);
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_brewfest_botm_weak_alcohol','spell_brewfest_botm_empty_bottle_throw_resolve');
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(42254,'spell_brewfest_botm_weak_alcohol'),
(42255,'spell_brewfest_botm_weak_alcohol'),
(42256,'spell_brewfest_botm_weak_alcohol'),
(42257,'spell_brewfest_botm_weak_alcohol'),
(42258,'spell_brewfest_botm_weak_alcohol'),
(42259,'spell_brewfest_botm_weak_alcohol'),
(42260,'spell_brewfest_botm_weak_alcohol'),
(42261,'spell_brewfest_botm_weak_alcohol'),
(42263,'spell_brewfest_botm_weak_alcohol'),
(42264,'spell_brewfest_botm_weak_alcohol'),
(43959,'spell_brewfest_botm_weak_alcohol'),
(43961,'spell_brewfest_botm_weak_alcohol'),
(51694,'spell_brewfest_botm_empty_bottle_throw_resolve');