aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2013-07-24 02:32:52 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2013-07-24 02:32:52 +0200
commitb2fb740b54fcb293f479c1039caaedf6928cd1e7 (patch)
treee0dbd44d854b44108536f5e0b15c0f3256a43642 /sql/updates
parent18a3ccd3d1f93063d08414b687221f4991873993 (diff)
Core/Spells: Fix priest talent "Improved Power Word: Shield"
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2013_07_24_00_world_spell_misc_434.sql8
1 files changed, 8 insertions, 0 deletions
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);