mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 03:42:37 +01:00
Core/Spells: Fix unrelenting assault not proccing aura when overpower is used while target is casting.
Closes #5965
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user