aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorTeleqraph <nyrdeveloper@gmail.com>2022-01-30 13:10:08 +0100
committerGitHub <noreply@github.com>2022-01-30 13:10:08 +0100
commitaf0edf5afc2bc41b87f2408868f8bc5c2a3065e3 (patch)
treef0860f1f6d2927ddfaf582b4048d877febc96ab6 /sql
parent78283e3ef221041ffe4b7c5881193ffcbbdd987a (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.sql1
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';