diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-24 02:32:52 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-24 02:32:52 +0200 |
| commit | b2fb740b54fcb293f479c1039caaedf6928cd1e7 (patch) | |
| tree | e0dbd44d854b44108536f5e0b15c0f3256a43642 /sql/updates | |
| parent | 18a3ccd3d1f93063d08414b687221f4991873993 (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.sql | 8 |
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); |
