Scripts/Spells: Implement Absolute Corruption warlock talent (#30155)

This commit is contained in:
Aqua Deus
2024-09-03 16:49:49 +02:00
committed by GitHub
parent 1580b4ef84
commit dd54edb378
2 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_warl_absolute_corruption';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(146739, 'spell_warl_absolute_corruption'),
(445474, 'spell_warl_absolute_corruption');