mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
Scripts/Spells: Fix healing part of demon hunter talent "Fel Devastation" (#30489)
This commit is contained in:
3
sql/updates/world/master/2024_12_09_01_world.sql
Normal file
3
sql/updates/world/master/2024_12_09_01_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dh_fel_devastation';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(212084, 'spell_dh_fel_devastation');
|
||||
Reference in New Issue
Block a user