aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMatan Shukry <matanshukry@gmail.com>2021-02-27 13:55:39 +0200
committerGitHub <noreply@github.com>2021-02-27 12:55:39 +0100
commitb8f76334fe73ff020501b144804e7e727fb58f4d (patch)
tree29d893681faf6b2cf531d975f526f0b72b387ff7 /sql
parentafae75841bdee855d060243b3375fe6cb66302d2 (diff)
Scripts/Spells: Removed unused priest spell scripts (#26153)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2021_02_27_00_world_priest_spells_remove_unused.sql15
1 files changed, 15 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_02_27_00_world_priest_spells_remove_unused.sql b/sql/updates/world/master/2021_02_27_00_world_priest_spells_remove_unused.sql
new file mode 100644
index 00000000000..823ee1ca476
--- /dev/null
+++ b/sql/updates/world/master/2021_02_27_00_world_priest_spells_remove_unused.sql
@@ -0,0 +1,15 @@
+-- Remove old unused spell scripts
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN
+('spell_pri_body_and_soul',
+'spell_pri_circle_of_healing',
+'spell_pri_dispel_magic',
+'spell_pri_divine_aegis',
+'spell_pri_glyph_of_prayer_of_healing',
+'spell_pri_hymn_of_hope',
+'spell_pri_improved_power_word_shield',
+'spell_pri_lightwell_renew',
+'spell_pri_mana_burn',
+'spell_pri_mana_leech',
+'spell_pri_pain_and_suffering_proc',
+'spell_pri_phantasm',
+'spell_pri_shadowform');