Scripts/Spells: Priest - Power of the Dark Side fixed

Port From (https://github.com/TrinityCore/TrinityCore/commit/22625e82ba994ccf197592f71b877a14e2c53390)
This commit is contained in:
hondacrx
2022-08-04 18:58:30 -04:00
parent e92d1ee4e9
commit cde3843afd
2 changed files with 122 additions and 0 deletions
@@ -0,0 +1,10 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pri_power_of_the_dark_side_damage_bonus';
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pri_power_of_the_dark_side_healing_bonus';
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pri_penance_channeled';
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pri_power_of_the_dark_side';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(47666, 'spell_pri_power_of_the_dark_side_damage_bonus'),
(47750, 'spell_pri_power_of_the_dark_side_healing_bonus'),
(47758, 'spell_pri_penance_channeled'),
(47757, 'spell_pri_penance_channeled'),
(198069, 'spell_pri_power_of_the_dark_side');