Scripts/Spells: Implement death knight talent Voracious (#30960)

This commit is contained in:
Aqua Deus
2025-05-20 12:49:15 +02:00
committed by GitHub
parent 4be26bcadd
commit 64e0a1b55a
2 changed files with 34 additions and 0 deletions
@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dk_voracious';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(49998, 'spell_dk_voracious');