Scripts/Spells: Fix Prayer of Mending (#26020)

This commit is contained in:
Matan Shukry
2021-02-21 22:12:08 +02:00
committed by GitHub
parent 51a9d2a9c2
commit 19b733fefc
3 changed files with 134 additions and 31 deletions

View File

@@ -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');