aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorMatan Shukry <matanshukry@gmail.com>2021-02-27 14:56:41 +0200
committerGitHub <noreply@github.com>2021-02-27 13:56:41 +0100
commit1fa33b1dc87f04ff0184012b9aa1e90d1a968374 (patch)
tree8a6f5b14a59abb76750560c73bc314ad23ae1191 /sql/updates
parent18a82d980193e7a4ff6bfc8b896d765a7add1a49 (diff)
Scripts/Spells: Removed unused warlock spell scripts (#26159)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2021_02_27_04_world_warlock_spells_remove_unused.sql13
1 files changed, 13 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_02_27_04_world_warlock_spells_remove_unused.sql b/sql/updates/world/master/2021_02_27_04_world_warlock_spells_remove_unused.sql
new file mode 100644
index 00000000000..f0520f15414
--- /dev/null
+++ b/sql/updates/world/master/2021_02_27_04_world_warlock_spells_remove_unused.sql
@@ -0,0 +1,13 @@
+-- Remove old unused spell scripts
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN
+('spell_warl_bane_of_doom',
+'spell_warl_conflagrate',
+'spell_warl_demonic_empowerment',
+'spell_warl_demon_soul',
+'spell_warl_everlasting_affliction',
+'spell_warl_fel_synergy',
+'spell_warl_glyph_of_shadowflame',
+'spell_warl_improved_soul_fire',
+'spell_warl_nether_ward_overrride',
+'spell_warl_shadow_ward',
+'spell_warl_soul_leech');