aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorMatan Shukry <matanshukry@gmail.com>2021-02-24 23:13:52 +0200
committerGitHub <noreply@github.com>2021-02-24 22:13:52 +0100
commited2a0b610ab3817f16a18119b2e5843771cbc8e2 (patch)
treec96c6fee26bbcb19f39d62bd665ec6b0ac0aedf0 /sql/updates
parent8740c2f85fe28a9396383b313f8fa2a5210e3200 (diff)
Scripts/Spells: Remove old paladin spell scripts (#26148)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2021_02_24_01_world_paladin_spells_remove_unused.sql11
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_02_24_01_world_paladin_spells_remove_unused.sql b/sql/updates/world/master/2021_02_24_01_world_paladin_spells_remove_unused.sql
new file mode 100644
index 00000000000..4de14d7ba2f
--- /dev/null
+++ b/sql/updates/world/master/2021_02_24_01_world_paladin_spells_remove_unused.sql
@@ -0,0 +1,11 @@
+-- Remove old unused spell scripts
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN
+('spell_pal_aura_mastery',
+'spell_pal_aura_mastery_immune',
+'spell_pal_avenging_wrath',
+'spell_pal_exorcism_and_holy_wrath_damage',
+'spell_pal_eye_for_an_eye',
+'spell_pal_righteous_defense',
+'spell_pal_sacred_shield',
+'spell_pal_shield_of_the_righteous',
+'spell_pal_seal_of_righteousness');