From 64ed97762de311d4b457dd22f42b32d70c0e41c6 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Fri, 20 Dec 2024 19:24:30 +0100 Subject: Scripts/Spells: fixed Death Coil --- sql/updates/world/cata_classic/2024_12_20_01_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/cata_classic/2024_12_20_01_world.sql (limited to 'sql') 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'); -- cgit v1.2.3