mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
Core/Scripts: Move some spells to scripts (#22332)
This commit is contained in:
12
sql/updates/world/3.3.5/2019_01_05_01_world.sql
Normal file
12
sql/updates/world/3.3.5/2019_01_05_01_world.sql
Normal 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');
|
||||
|
||||
Reference in New Issue
Block a user