fix(Scripts/Spells): Brewfest Hops (#22998)
This commit is contained in:
parent
3091733dd5
commit
ae1ea1a701
2 changed files with 55 additions and 4 deletions
|
|
@ -0,0 +1,6 @@
|
|||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (66050, 62062, 66052) AND `ScriptName` = 'spell_item_brewfest_hops';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(66050, 'spell_item_brewfest_hops'),
|
||||
(62062, 'spell_item_brewfest_hops'),
|
||||
(66052, 'spell_item_brewfest_hops');
|
||||
Loading…
Add table
Add a link
Reference in a new issue