aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2013_07_28_04_world_spell_misc_434.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_28_04_world_spell_misc_434.sql b/sql/updates/world/2013_07_28_04_world_spell_misc_434.sql
new file mode 100644
index 00000000000..1af5378cf4f
--- /dev/null
+++ b/sql/updates/world/2013_07_28_04_world_spell_misc_434.sql
@@ -0,0 +1,9 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_warr_deep_wounds';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(-12162, 'spell_warr_deep_wounds');
+
+DELETE FROM `spell_ranks` WHERE `first_spell_id`=12162;
+INSERT INTO `spell_ranks` (`first_spell_id`, `spell_id`, `rank`) VALUES
+(12162, 12162, 1),
+(12162, 12850, 2),
+(12162, 12868, 3);