diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2017_03_17_01_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_03_17_01_world.sql b/sql/updates/world/master/2017_03_17_01_world.sql new file mode 100644 index 00000000000..7415cba262a --- /dev/null +++ b/sql/updates/world/master/2017_03_17_01_world.sql @@ -0,0 +1,6 @@ +-- Class: Warrior +-- Spell: Bloodthirst + +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_warr_bloodthirst'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(23881,'spell_warr_bloodthirst'); |
