From b2fb740b54fcb293f479c1039caaedf6928cd1e7 Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Wed, 24 Jul 2013 02:32:52 +0200 Subject: Core/Spells: Fix priest talent "Improved Power Word: Shield" --- sql/updates/world/2013_07_24_00_world_spell_misc_434.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/updates/world/2013_07_24_00_world_spell_misc_434.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2013_07_24_00_world_spell_misc_434.sql b/sql/updates/world/2013_07_24_00_world_spell_misc_434.sql new file mode 100644 index 00000000000..dafd88fc7f1 --- /dev/null +++ b/sql/updates/world/2013_07_24_00_world_spell_misc_434.sql @@ -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); -- cgit v1.2.3