diff options
author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2024-12-09 19:12:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-09 19:12:00 +0100 |
commit | bf0fe871948d196afcfe0c271c225fa3834e32fc (patch) | |
tree | 8d067ac89504fc11c4eee04dd01a956df2e01317 /sql/updates | |
parent | 749df7b62ef7945c96e2cf759419fb6b3938e6fd (diff) |
Scripts/Spells: Fix healing part of demon hunter talent "Fel Devastation" (#30489)
Diffstat (limited to 'sql/updates')
-rw-r--r-- | sql/updates/world/master/2024_12_09_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_12_09_01_world.sql b/sql/updates/world/master/2024_12_09_01_world.sql new file mode 100644 index 00000000000..5e4a2b806de --- /dev/null +++ b/sql/updates/world/master/2024_12_09_01_world.sql @@ -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'); |