aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2013-07-20 01:18:42 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2013-07-20 01:18:53 +0200
commit5252f1614fff634fbc17aa91febe682a3f3d4f59 (patch)
tree4c28a6867a5b37a6de607f9c7c3bb81f045228d1 /sql
parent6a77af1b3ed9e0b4ca35373252c35a594829760e (diff)
Core/Spells: Convert/Update death knight "Butchery" in spell script for 4.3.4
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_07_20_00_world_spell_script_misc_434.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_20_00_world_spell_script_misc_434.sql b/sql/updates/world/2013_07_20_00_world_spell_script_misc_434.sql
new file mode 100644
index 00000000000..cde03c0ad69
--- /dev/null
+++ b/sql/updates/world/2013_07_20_00_world_spell_script_misc_434.sql
@@ -0,0 +1,8 @@
+DELETE FROM `spell_script_names` WHERE `spell_id` IN (-48979);
+INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES
+(-48979,'spell_dk_butchery');
+
+DELETE FROM `spell_ranks` WHERE `first_spell_id`=48979;
+INSERT INTO `spell_ranks` (`first_spell_id`, `spell_id`, `rank`) VALUES
+(48979, 48979, 1),
+(48979, 49483, 2);