diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2021_02_27_00_world_priest_spells_remove_unused.sql | 15 |
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'); |
