aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2025-01-17 17:52:29 +0100
committerGitHub <noreply@github.com>2025-01-17 17:52:29 +0100
commit5ea4b26f7a32880834419fc3997f8b7908d30508 (patch)
tree07be8189efcef95c0ac1ea2ec4af207371dca66e /sql
parent73ef7d166ec99148f8c41182b799928851ddbf9a (diff)
Scripts/Spells: Fix demon hunter talent "Feast of Souls" (#30501)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2025_01_17_05_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_01_17_05_world.sql b/sql/updates/world/master/2025_01_17_05_world.sql
new file mode 100644
index 00000000000..15aa5b8666b
--- /dev/null
+++ b/sql/updates/world/master/2025_01_17_05_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dh_feast_of_souls';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(228477, 'spell_dh_feast_of_souls');