mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 13:47:23 +01:00
Core/Spells: Convert/Update death knight "Butchery" in spell script for 4.3.4
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user