aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2025-05-17 22:28:03 +0200
committerGitHub <noreply@github.com>2025-05-17 22:28:03 +0200
commitadc0be0c6691d22d272fb744636d57b8bf551ca8 (patch)
tree77310039d83b2bd4dcd3304a57a68a9ada845651 /sql/updates
parent0d475eac5f2fdee58d79b1f3361da6d3f22b0232 (diff)
Scripts/Spells: Implement demon hunter talent "Demonic" (#30544)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2025_05_17_02_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_05_17_02_world.sql b/sql/updates/world/master/2025_05_17_02_world.sql
new file mode 100644
index 00000000000..0d9127ef51f
--- /dev/null
+++ b/sql/updates/world/master/2025_05_17_02_world.sql
@@ -0,0 +1,4 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_dh_demonic_havoc','spell_dh_demonic_vengeance');
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(198013, 'spell_dh_demonic_havoc'),
+(212084, 'spell_dh_demonic_vengeance');