Scripts/Spells: Moved Blessing of Faith script to spell_items (#27692)

This commit is contained in:
Teleqraph
2022-01-30 13:10:08 +01:00
committed by GitHub
parent 78283e3ef2
commit af0edf5afc
3 changed files with 60 additions and 54 deletions

View File

@@ -0,0 +1 @@
UPDATE `spell_script_names` SET `ScriptName`='spell_item_blessing_of_faith' WHERE `ScriptName`='spell_pal_blessing_of_faith';