Core/Scripts: Move some spells to scripts (#22332)

This commit is contained in:
DanVS
2019-01-05 00:54:33 +00:00
committed by Aokromes
parent 030f5d54d0
commit 8051ff13df
6 changed files with 141 additions and 90 deletions

View File

@@ -0,0 +1,12 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN
('spell_four_horsemen_consumption',
'spell_rajaxx_thundercrash',
'spell_gen_arcane_charge',
'spell_pet_dk_gargoyle_strike');
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(28865, 'spell_four_horsemen_consumption'),
(25599, 'spell_rajaxx_thundercrash'),
(45072, 'spell_gen_arcane_charge'),
(51963, 'spell_pet_dk_gargoyle_strike');