Scripts/Spells: Implement warlock talent Perpetual Unstability (#30162)

This commit is contained in:
Aqua Deus
2024-09-07 19:48:37 +02:00
committed by GitHub
parent c6af3087d0
commit 5192f36a0d
2 changed files with 39 additions and 0 deletions

View File

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