Scripts/Spells: Implement death knight talent Blooddrinker (#30956)

This commit is contained in:
Aqua Deus
2025-05-20 10:42:48 +02:00
committed by GitHub
parent 4653638e18
commit 4be26bcadd
2 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dk_blooddrinker';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(206931, 'spell_dk_blooddrinker');