Merge pull request #13751 from Unholychick/6.0.3
Core/Scripts: Add new SpellScript hook
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (19505, 67518);
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(19505, 'spell_warl_devour_magic'),
|
||||
(67518, 'spell_warl_devour_magic');
|
||||
Reference in New Issue
Block a user