Scripts/Spells: Fix evoker talent Verdant Embrace (#30439)

This commit is contained in:
Aqua Deus
2024-11-29 22:05:20 +01:00
committed by GitHub
parent 5f854be4eb
commit 0a44d3b508
2 changed files with 69 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_evo_verdant_embrace', 'spell_evo_verdant_embrace_trigger_heal');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(360995, 'spell_evo_verdant_embrace'),
(396557, 'spell_evo_verdant_embrace_trigger_heal');