aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMatan Shukry <matanshukry@gmail.com>2021-02-27 21:23:37 +0200
committerGitHub <noreply@github.com>2021-02-27 20:23:37 +0100
commit8665323876ccd3cf3036f263a54fb17170a4c99e (patch)
tree46a3aae1f2134c2dffd5235003f829d0e5a3d605 /sql
parent1fa33b1dc87f04ff0184012b9aa1e90d1a968374 (diff)
Scripts/Spells: Removed unused dk spell scripts (#26154)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2021_02_27_05_world_dk_spells_remove_unused.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_02_27_05_world_dk_spells_remove_unused.sql b/sql/updates/world/master/2021_02_27_05_world_dk_spells_remove_unused.sql
new file mode 100644
index 00000000000..4b427f8a7b8
--- /dev/null
+++ b/sql/updates/world/master/2021_02_27_05_world_dk_spells_remove_unused.sql
@@ -0,0 +1,2 @@
+-- Remove old unused spell scripts
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_dk_unholy_blight');