Scripts/Spells: Implement proc of dk talent Suppression (#30243)

This commit is contained in:
Aqua Deus
2026-02-05 20:52:35 +01:00
committed by GitHub
parent bbf342ef90
commit fc7fc434e3
3 changed files with 25 additions and 0 deletions
@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dk_suppression';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(374049, 'spell_dk_suppression');