aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2024-11-24 20:25:39 +0100
committerGitHub <noreply@github.com>2024-11-24 20:25:39 +0100
commit9b005760f921a32741ec296ff535435d6bc9dcf3 (patch)
tree878e0fc9834ae6486c3c28edad690b58d9970fb2 /sql
parentbd54059dbba695d14521d8970a4b648170804612 (diff)
Scripts/Spells: Fix dk talent Cleaving Strikes (#30238)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2024_11_24_01_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_11_24_01_world.sql b/sql/updates/world/master/2024_11_24_01_world.sql
new file mode 100644
index 00000000000..4d429e8d730
--- /dev/null
+++ b/sql/updates/world/master/2024_11_24_01_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dk_death_and_decay_increase_targets';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(188290, 'spell_dk_death_and_decay_increase_targets');