aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2024-10-24 23:01:58 +0200
committerGitHub <noreply@github.com>2024-10-24 23:01:58 +0200
commit4cd8531b41378b87bb32435dd909336c8a6cc121 (patch)
tree4305bb69d6b9367f8cbb4a9b69f963f5bf361770 /sql
parentdd6d47898050464c53c3489030d9e56a47a2d534 (diff)
Scripts/Spells: Implemented death knight Heartbreaker talent (#30371)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2024_10_24_01_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_10_24_01_world.sql b/sql/updates/world/master/2024_10_24_01_world.sql
new file mode 100644
index 00000000000..d777dcaa09b
--- /dev/null
+++ b/sql/updates/world/master/2024_10_24_01_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `spell_id`=206930 AND `ScriptName`='spell_dk_heartbreaker';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(206930, 'spell_dk_heartbreaker');