aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2021_10_26_08_world.sql14
1 files changed, 14 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_10_26_08_world.sql b/sql/updates/world/master/2021_10_26_08_world.sql
new file mode 100644
index 00000000000..1f620337b5d
--- /dev/null
+++ b/sql/updates/world/master/2021_10_26_08_world.sql
@@ -0,0 +1,14 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN (
+'spell_dh_blade_dance',
+'spell_dh_blade_dance_damage',
+'spell_dh_first_blood'
+);
+
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(188499, 'spell_dh_blade_dance'),
+(210152, 'spell_dh_blade_dance'),
+(199552, 'spell_dh_blade_dance_damage'),
+(200685, 'spell_dh_blade_dance_damage'),
+(210153, 'spell_dh_blade_dance_damage'),
+(210155, 'spell_dh_blade_dance_damage'),
+(206416, 'spell_dh_first_blood');