Scripts/Spells: Implement priest talent Angelic Bulwark (#31450)

This commit is contained in:
Cristian Vintila
2025-12-22 23:12:31 +02:00
committed by GitHub
parent ccdfd71ad7
commit bfb06b771f
2 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_pri_angelic_bulwark');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(108945, 'spell_pri_angelic_bulwark');