mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Scripts/Spells: Implemented Atonement
* Also renamed spell_priest_spirit_of_redemption to spell_pri_spirit_of_redemption
This commit is contained in:
@@ -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';
|
||||
Reference in New Issue
Block a user