mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Core/Spells: move some spells so spellscripts
This commit is contained in:
7
sql/updates/world/2014_01_26_01_world_spells.sql
Normal file
7
sql/updates/world/2014_01_26_01_world_spells.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (58387,20230,-48438);
|
||||
INSERT INTO `spell_script_names` (`spell_id` ,`ScriptName`) VALUES
|
||||
(58387, 'spell_warr_glyph_of_sunder_armor'),
|
||||
(20230, 'spell_warr_retaliation'),
|
||||
(-48438,'spell_dru_wild_growth');
|
||||
|
||||
DELETE FROM `spell_proc_event` WHERE `entry`=58387;
|
||||
Reference in New Issue
Block a user