mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
Scripts/Spells: Implement priest talent Holy Word: Salvation (#29218)
This commit is contained in:
5
sql/updates/world/master/2023_08_28_00_world.sql
Normal file
5
sql/updates/world/master/2023_08_28_00_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user