mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Scripts/Spells: Implement priest talent Lasting Words (#31461)
This commit is contained in:
4
sql/updates/world/master/2026_01_02_00_world.sql
Normal file
4
sql/updates/world/master/2026_01_02_00_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_pri_lasting_words_serenity', 'spell_pri_lasting_words_sanctify');
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(2050, 'spell_pri_lasting_words_serenity'),
|
||||
(34861, 'spell_pri_lasting_words_sanctify');
|
||||
Reference in New Issue
Block a user