aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorSeyden <saiifii@live.de>2021-10-27 00:46:57 +0200
committerGitHub <noreply@github.com>2021-10-27 00:46:57 +0200
commit62e444e4b0ef7199e5ce40b216c13fb57a6e56ec (patch)
treea81d6f49742231effc8db82a8259e8ac2a6b700d /sql
parent247c9210d9d456f1a5dbd94744436d1de817452e (diff)
Scripts/Spells: Implement Demon Hunter Havoc talent "First Blood" (#27176)
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');