mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Scripts/Spells: Fix evoker talent Verdant Embrace (#30439)
This commit is contained in:
4
sql/updates/world/master/2024_11_29_01_world.sql
Normal file
4
sql/updates/world/master/2024_11_29_01_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user