mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
refactor(Core/Scripts): Spell To Scripts (#9718)
This commit is contained in:
committed by
GitHub
parent
838c88f45a
commit
11a734bf2b
@@ -0,0 +1,13 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1639551676154983666');
|
||||
|
||||
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