Scripts/Spells: Implement priest talent Archangel (#31710)

This commit is contained in:
Cristian Vintila
2026-03-06 22:16:58 +01:00
committed by GitHub
parent 020b170b2b
commit b58493c08a
2 changed files with 34 additions and 0 deletions
@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ("spell_pri_archangel");
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(472433, 'spell_pri_archangel');