Scripts/Spells: Implement priest talent Expiation (#31448)

This commit is contained in:
Cristian Vintila
2025-12-22 01:41:39 +02:00
committed by GitHub
parent d22dae08aa
commit a4bbb61970
2 changed files with 65 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_pri_expiation');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(8092, 'spell_pri_expiation'),
(32379, 'spell_pri_expiation');