Scripts/Spells: Implement priest talent Lasting Words (#31461)

This commit is contained in:
Cristian Vintila
2026-01-02 20:58:01 +02:00
committed by GitHub
parent 4ba5e27055
commit 91d02c0443
2 changed files with 48 additions and 0 deletions

View 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');