diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-28 17:59:15 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-28 17:59:15 +0200 |
commit | 9c5c43381bed3aec22307a8a96f7984ab96e7eac (patch) | |
tree | 788d9dde470692f0f88de5022731bbc2831da3e3 | |
parent | 1a8b2ce466c91877d03876a9e21bf95d24cb8762 (diff) |
DB/Spells: Add missing in 1a8b2ce466c91877d03876a9e21bf95d24cb8762
-rw-r--r-- | sql/updates/world/2013_07_28_04_world_spell_misc_434.sql | 9 |
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); |