Scripts/Spells: Implement priest talent Light's Wrath

This commit is contained in:
Nyr
2023-08-04 15:24:19 +02:00
committed by Shauren
parent f5c65c3551
commit 07a03dd730
2 changed files with 54 additions and 0 deletions

View File

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