Core/Spells: Fix unrelenting assault not proccing aura when overpower is used while target is casting.

Closes #5965
This commit is contained in:
Kandera
2012-04-05 12:46:51 -04:00
parent e3fd50b7f5
commit 9ae22e06f6
2 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
DELETE FROM `spell_script_names` WHERE `spell_id` in (7384,7887,11584,11585);
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(7384, 'spell_warr_overpower'),
(7887, 'spell_warr_overpower'),
(11584, 'spell_warr_overpower'),
(11585, 'spell_warr_overpower');