aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/world
diff options
context:
space:
mode:
authorMatan Shukry <matanshukry@gmail.com>2021-02-21 22:12:08 +0200
committerGitHub <noreply@github.com>2021-02-21 21:12:08 +0100
commit19b733fefcf02f85b2eafb8b7396290a2ed1a8fa (patch)
treec6e8ca0823e4c7408aae6b3ea0de103c09b0de2b /sql/updates/world
parent51a9d2a9c20f36f5343049a340663601c1c1165b (diff)
Scripts/Spells: Fix Prayer of Mending (#26020)
Diffstat (limited to 'sql/updates/world')
-rw-r--r--sql/updates/world/master/2021_02_21_00_world_priest_prayer_of_mending.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_02_21_00_world_priest_prayer_of_mending.sql b/sql/updates/world/master/2021_02_21_00_world_priest_prayer_of_mending.sql
new file mode 100644
index 00000000000..21fe90c99b5
--- /dev/null
+++ b/sql/updates/world/master/2021_02_21_00_world_priest_prayer_of_mending.sql
@@ -0,0 +1,5 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_pri_prayer_of_mending_heal','spell_pri_prayer_of_mending','spell_pri_prayer_of_mending_aura','spell_pri_prayer_of_mending_jump');
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(33076, 'spell_pri_prayer_of_mending'),
+(41635, 'spell_pri_prayer_of_mending_aura'),
+(155793, 'spell_pri_prayer_of_mending_jump');