Scripts/Spells: Implemented priest talent Prayerful Litany (#31458)

This commit is contained in:
Cristian Vintila
2026-01-02 01:11:29 +02:00
committed by GitHub
parent b2596bd42c
commit 01e0fd931b
2 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pri_prayerful_litany';
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(596,'spell_pri_prayerful_litany');