Scripts/Spells: Implemented Priest talent Sanctuary (#29727)

Co-authored-by: Shauren <shauren.trinity@gmail.com>
This commit is contained in:
Mematoru
2024-05-30 20:16:36 +03:00
committed by GitHub
parent 7cc9846223
commit c7149492d3
2 changed files with 86 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_pri_sanctuary_trigger', 'spell_pri_sanctuary_absorb');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(585, 'spell_pri_sanctuary_trigger'),
(208771, 'spell_pri_sanctuary_absorb');