From 9c5c43381bed3aec22307a8a96f7984ab96e7eac Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Sun, 28 Jul 2013 17:59:15 +0200 Subject: DB/Spells: Add missing in 1a8b2ce466c91877d03876a9e21bf95d24cb8762 --- sql/updates/world/2013_07_28_04_world_spell_misc_434.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sql/updates/world/2013_07_28_04_world_spell_misc_434.sql (limited to 'sql') 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); -- cgit v1.2.3