diff options
| author | Teleqraph <nyrdeveloper@gmail.com> | 2022-01-30 13:10:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-30 13:10:08 +0100 |
| commit | af0edf5afc2bc41b87f2408868f8bc5c2a3065e3 (patch) | |
| tree | f0860f1f6d2927ddfaf582b4048d877febc96ab6 /sql | |
| parent | 78283e3ef221041ffe4b7c5881193ffcbbdd987a (diff) | |
Scripts/Spells: Moved Blessing of Faith script to spell_items (#27692)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2022_01_30_01_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_30_01_world.sql b/sql/updates/world/master/2022_01_30_01_world.sql new file mode 100644 index 00000000000..150416ded5e --- /dev/null +++ b/sql/updates/world/master/2022_01_30_01_world.sql @@ -0,0 +1 @@ +UPDATE `spell_script_names` SET `ScriptName`='spell_item_blessing_of_faith' WHERE `ScriptName`='spell_pal_blessing_of_faith'; |
