Scripts/Spells: Removed unused priest spell scripts (#26153)

This commit is contained in:
Matan Shukry
2021-02-27 13:55:39 +02:00
committed by GitHub
parent afae75841b
commit b8f76334fe
2 changed files with 15 additions and 558 deletions

View File

@@ -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');