Scripts/Spells: Implement priest talent Shadow Covenant (#29227)

This commit is contained in:
Teleqraph
2023-08-28 22:13:47 +02:00
committed by GitHub
parent 0a9b3e089f
commit 1715ddf680
2 changed files with 33 additions and 0 deletions

View File

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