Core/Scripts: Cleanup the warrior spell scripts

This commit is contained in:
Subv
2012-09-09 11:42:31 -05:00
parent 6bc3d113a9
commit da5f8f58e2
3 changed files with 45 additions and 195 deletions

View File

@@ -0,0 +1,5 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_warr_improved_spell_reflection', 'spell_warr_vigilance', 'spell_warr_charge', 'spell_warr_slam', 'spell_warr_execute', 'spell_warr_overpower');
INSERT INTO `spell_script_names`(`spell_id`,`ScriptName`) VALUES
(100,'spell_warr_charge'),
(1464,'spell_warr_slam'),
(5308,'spell_warr_execute');