mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-27 20:32:21 +01:00
Scripts/Spells: Implement Absolute Corruption warlock talent (#30155)
This commit is contained in:
4
sql/updates/world/master/2024_09_03_05_world.sql
Normal file
4
sql/updates/world/master/2024_09_03_05_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user