diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2017_02_10_01_world.sql | 2 |
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'); |
