Core/Scripts: Move some spells to scripts
Port From (https://github.com/TrinityCore/TrinityCore/commit/3b1ed434aeacfa57f392387c2176dfb4438b13f8)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` IN
|
||||
('spell_four_horsemen_consumption',
|
||||
'spell_rajaxx_thundercrash',
|
||||
'spell_gen_arcane_charge');
|
||||
|
||||
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
(28865, 'spell_four_horsemen_consumption'),
|
||||
(25599, 'spell_rajaxx_thundercrash'),
|
||||
(45072, 'spell_gen_arcane_charge');
|
||||
Reference in New Issue
Block a user