aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorOvahlord <dreadkiller@gmx.de>2024-12-20 19:24:30 +0100
committerOvahlord <dreadkiller@gmx.de>2024-12-20 19:24:30 +0100
commit64ed97762de311d4b457dd22f42b32d70c0e41c6 (patch)
tree05cac559da646d0e06655d2e533c00a68ad071ea /sql
parent2087f75871989c4fa81741fa6e253ef76afd5795 (diff)
Scripts/Spells: fixed Death Coil
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/cata_classic/2024_12_20_01_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/cata_classic/2024_12_20_01_world.sql b/sql/updates/world/cata_classic/2024_12_20_01_world.sql
new file mode 100644
index 00000000000..30c1e29bd4f
--- /dev/null
+++ b/sql/updates/world/cata_classic/2024_12_20_01_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_dk_death_coil';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(47541, 'spell_dk_death_coil');