diff options
| author | RoG_Hannibal <edreisantafe@gmail.com> | 2017-02-12 21:46:00 -0500 |
|---|---|---|
| committer | tkrokli <tkrokli@users.noreply.github.com> | 2017-02-13 03:46:00 +0100 |
| commit | d2dba9a5e0f94ba0891087bebbba87d2b756677b (patch) | |
| tree | 2ba639288bf958a6577820ee56544beb6b62504d /sql | |
| parent | b98132bded1cfd80e827f236302558d719f4edc5 (diff) | |
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
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2017_02_13_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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'); |
