diff options
author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2024-12-11 21:43:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-11 21:43:28 +0100 |
commit | 99c0c9b1149c9e152d2084f5a99f063b80844565 (patch) | |
tree | c7e8fe0c07fc14f540716471c1ca409cdff9e212 /sql/updates | |
parent | 62dbb0619b552d22ec35f89249553b518af609b7 (diff) |
Scripts/Spells: Fix demon hunter talent "Fel Flame Fortification" (#30494)
Diffstat (limited to 'sql/updates')
-rw-r--r-- | sql/updates/world/master/2024_12_11_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_12_11_01_world.sql b/sql/updates/world/master/2024_12_11_01_world.sql new file mode 100644 index 00000000000..33437fd1d38 --- /dev/null +++ b/sql/updates/world/master/2024_12_11_01_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dh_fel_flame_fortification'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(258920, 'spell_dh_fel_flame_fortification'); |