Scripts/Spells: Implemented Atonement

Port From (https://github.com/TrinityCore/TrinityCore/commit/dbc082a2b2f34d489ca764906dc3d551583a07bb)
This commit is contained in:
hondacrx
2021-04-21 22:36:48 -04:00
parent 431085e7d1
commit 995f43a60b
2 changed files with 111 additions and 3 deletions
@@ -0,0 +1,9 @@
-- Atonement
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_pri_atonement_triggered', 'spell_pri_power_word_radiance', 'spell_pri_shadow_mend');
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(194384, 'spell_pri_atonement_triggered'),
(214206, 'spell_pri_atonement_triggered'),
(194509, 'spell_pri_power_word_radiance'),
(186263, 'spell_pri_shadow_mend');
UPDATE `spell_script_names` SET `ScriptName` = 'spell_pri_spirit_of_redemption' WHERE `ScriptName` = 'spell_priest_spirit_of_redemption';