aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorHannibalRoG <edreisantafe@gmail.com>2017-05-14 22:06:16 +0200
committerShauren <shauren.trinity@gmail.com>2017-05-14 22:06:16 +0200
commitcfdf0b2a860249e4a90ee4673a8bd2fba4bc9bda (patch)
tree2cc53de80b6acd2c96481eaa45b8c2394251814a /sql/updates
parent0cec2af76255cb6d6bb07dd8530d589aaface0ae (diff)
Core/Spells: Fixed Impending Victory and prevent activating victory rush in fury spec
Closes #19297
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2017_05_14_03_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_05_14_03_world.sql b/sql/updates/world/master/2017_05_14_03_world.sql
new file mode 100644
index 00000000000..0904f79fdce
--- /dev/null
+++ b/sql/updates/world/master/2017_05_14_03_world.sql
@@ -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');