mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
Move a couple of warrior spell dummy effect handlers to spell scripts.
--HG-- branch : trunk
This commit is contained in:
5
sql/updates/9144_world_spell_script_names.sql
Normal file
5
sql/updates/9144_world_spell_script_names.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=21977 AND `ScriptName`='spell_warr_warriors_wrath';
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=12975 AND `ScriptName`='spell_warr_last_stand';
|
||||
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
(12975,'spell_warr_last_stand'),
|
||||
(21977,'spell_warr_warriors_wrath');
|
||||
Reference in New Issue
Block a user