Core/Spells: Fix warrior "Rend" damage

This commit is contained in:
Vincent-Michael
2013-07-26 02:43:55 +02:00
parent b96945bd4b
commit c764e3e1c0
2 changed files with 6 additions and 11 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_warr_rend';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(94009, 'spell_warr_rend');