mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
Core/Spells: Fixed Impending Victory and prevent activating victory rush in fury spec
Closes #19297
This commit is contained in:
5
sql/updates/world/master/2017_05_14_03_world.sql
Normal file
5
sql/updates/world/master/2017_05_14_03_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user