From d2dba9a5e0f94ba0891087bebbba87d2b756677b Mon Sep 17 00:00:00 2001 From: RoG_Hannibal Date: Sun, 12 Feb 2017 21:46:00 -0500 Subject: 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 --- sql/updates/world/master/2017_02_13_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2017_02_13_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_02_13_00_world.sql b/sql/updates/world/master/2017_02_13_00_world.sql new file mode 100644 index 00000000000..e821a26c9be --- /dev/null +++ b/sql/updates/world/master/2017_02_13_00_world.sql @@ -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'); -- cgit v1.2.3