Core/Spells: Fix priest talent "Improved Power Word: Shield"

This commit is contained in:
Vincent-Michael
2013-07-24 02:32:52 +02:00
parent 18a3ccd3d1
commit b2fb740b54
2 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
DELETE FROM `spell_script_names` WHERE `spell_id`=-14748;
INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES
(-14748,'spell_pri_improved_power_word_shield');
DELETE FROM `spell_ranks` WHERE `first_spell_id`=14748;
INSERT INTO `spell_ranks` (`first_spell_id`, `spell_id`, `rank`) VALUES
(14748, 14748, 1),
(14748, 14768, 2);