mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(Scripts/Spells): Brewfest Hops (#22998)
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user