Core/Spells: fix Priest spell Penance and Power Word: Shield (#19033)

- fix talent "The Penitent" for the spell Penance
- re-write Power Word: Shield

Closes #18520
This commit is contained in:
RoG_Hannibal
2017-02-12 21:46:00 -05:00
committed by tkrokli
parent b98132bded
commit d2dba9a5e0
2 changed files with 135 additions and 80 deletions

View File

@@ -0,0 +1,4 @@
-- Class: Priest, spec: All
-- Spell: Power Word: Shield
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_pri_power_word_shield';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (17, 'spell_pri_power_word_shield');