From 9c89fc957ce8e6d0fc6a7da0352f153a3a3261ec Mon Sep 17 00:00:00 2001 From: Aqua Deus <95978183+aquadeus@users.noreply.github.com> Date: Sun, 31 Aug 2025 15:28:39 +0200 Subject: Scripts/Spells: Delete death knight spell scripts removed in patch 11.2 (#31227) --- sql/updates/world/master/2025_08_31_05_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/master/2025_08_31_05_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2025_08_31_05_world.sql b/sql/updates/world/master/2025_08_31_05_world.sql new file mode 100644 index 00000000000..3801986661d --- /dev/null +++ b/sql/updates/world/master/2025_08_31_05_world.sql @@ -0,0 +1 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=188290 AND `ScriptName`='spell_dk_death_and_decay_increase_targets'; -- cgit v1.2.3