Scripts/Spells: Implement priest talent Holy Word: Salvation (#29218)

This commit is contained in:
Teleqraph
2023-08-28 00:24:57 +02:00
committed by GitHub
parent 3cce2dad8b
commit aa278017e8
2 changed files with 86 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_pri_holy_word_salvation', 'spell_pri_holy_word_salvation_cooldown_reduction');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(265202, 'spell_pri_holy_word_salvation'),
(2050, 'spell_pri_holy_word_salvation_cooldown_reduction'),
(34861, 'spell_pri_holy_word_salvation_cooldown_reduction');