diff options
| author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2025-01-17 17:52:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-17 17:52:29 +0100 |
| commit | 5ea4b26f7a32880834419fc3997f8b7908d30508 (patch) | |
| tree | 07be8189efcef95c0ac1ea2ec4af207371dca66e /sql | |
| parent | 73ef7d166ec99148f8c41182b799928851ddbf9a (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.sql | 3 |
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'); |
