aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2024-12-11 21:43:28 +0100
committerGitHub <noreply@github.com>2024-12-11 21:43:28 +0100
commit99c0c9b1149c9e152d2084f5a99f063b80844565 (patch)
treec7e8fe0c07fc14f540716471c1ca409cdff9e212 /sql/updates
parent62dbb0619b552d22ec35f89249553b518af609b7 (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.sql3
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');