aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2017-02-11 11:46:55 +0100
committerShauren <shauren.trinity@gmail.com>2017-02-11 11:46:55 +0100
commit87513871dc3c8131d089de0fdc0f8c31f2bc2832 (patch)
treeb3ca00814ff746f8364f024605eb18324bf5a725 /sql
parentf055039f58e24d5c5878ed19f3ac845860333f7d (diff)
Fixup pr e5e8537c3ef6cfc5d1bcb9c076a7c75f7e66a619
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2017_02_10_01_world.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/master/2017_02_10_01_world.sql b/sql/updates/world/master/2017_02_10_01_world.sql
index d2883ba7eb6..88d84baab14 100644
--- a/sql/updates/world/master/2017_02_10_01_world.sql
+++ b/sql/updates/world/master/2017_02_10_01_world.sql
@@ -1,4 +1,4 @@
-DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_warr_victorious';
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_warr_victorious','spell_warr_victory_rush');
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(34428,'spell_warr_victory_rush');