Merge pull request #13751 from Unholychick/6.0.3

Core/Scripts: Add new SpellScript hook
This commit is contained in:
Duarte Duarte
2014-12-25 21:30:44 +00:00
7 changed files with 80 additions and 15 deletions
@@ -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');