From ed2a0b610ab3817f16a18119b2e5843771cbc8e2 Mon Sep 17 00:00:00 2001 From: Matan Shukry Date: Wed, 24 Feb 2021 23:13:52 +0200 Subject: Scripts/Spells: Remove old paladin spell scripts (#26148) --- .../2021_02_24_01_world_paladin_spells_remove_unused.sql | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sql/updates/world/master/2021_02_24_01_world_paladin_spells_remove_unused.sql (limited to 'sql') 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'); -- cgit v1.2.3