mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 11:21:58 +01:00
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:
4
sql/updates/world/master/2017_02_13_00_world.sql
Normal file
4
sql/updates/world/master/2017_02_13_00_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user