From 9b005760f921a32741ec296ff535435d6bc9dcf3 Mon Sep 17 00:00:00 2001 From: Aqua Deus <95978183+aquadeus@users.noreply.github.com> Date: Sun, 24 Nov 2024 20:25:39 +0100 Subject: Scripts/Spells: Fix dk talent Cleaving Strikes (#30238) --- sql/updates/world/master/2024_11_24_01_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2024_11_24_01_world.sql (limited to 'sql/updates') 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'); -- cgit v1.2.3