Core/Spells: Fixed Impending Victory and prevent activating victory rush in fury spec

Closes #19297
This commit is contained in:
HannibalRoG
2017-05-14 22:06:16 +02:00
committed by Shauren
parent 0cec2af762
commit cfdf0b2a86
2 changed files with 78 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
-- Class: Warrior, Spec: Arms, Protection, Spells: Impending Victory & Victorious State
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_warr_impending_victory','spell_warr_victorious_state');
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(202168,'spell_warr_impending_victory'),
(32215,'spell_warr_victorious_state');