Scripts/Spells: Fix priest talent Power Word: Solace (#27732)

This commit is contained in:
Aqua Deus
2022-02-14 00:14:59 +01:00
committed by GitHub
parent 61e96a7e14
commit 580e1e5d85
2 changed files with 28 additions and 0 deletions

View File

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