Scripts/Spells: Implemented Priest talent Unfurling Darkness (#29885)

Co-authored-by: Cristian Vintila <127750549+cristiv23@users.noreply.github.com>
Co-authored-by: Shauren <shauren.trinity@gmail.com>
This commit is contained in:
Mematoru
2024-04-08 01:41:03 +03:00
committed by GitHub
parent 2c91742ad1
commit 8daa3f735d
2 changed files with 60 additions and 0 deletions

View File

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