Core/Spells: Convert/Update death knight "Butchery" in spell script for 4.3.4

This commit is contained in:
Vincent-Michael
2013-07-20 01:18:42 +02:00
parent 6a77af1b3e
commit 5252f1614f
5 changed files with 53 additions and 26 deletions

View File

@@ -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);