aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authoraquadeus <efectokoleos13@gmail.com>2024-12-20 21:35:32 +0100
committerShauren <shauren.trinity@gmail.com>2024-12-20 21:35:32 +0100
commit07bf6bff8946d24b202b20a846cbb9d7267abde5 (patch)
tree60da3de9d2254a3a636d8d0081fbfd3a875d495e /sql/updates
parent92260903567c51e9df11c48655e771a10c66b63f (diff)
Scripts/Spells: Fix demon hunter talent "Collective Anguish"
Closes #30503
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2024_12_20_04_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_12_20_04_world.sql b/sql/updates/world/master/2024_12_20_04_world.sql
new file mode 100644
index 00000000000..d387da6e079
--- /dev/null
+++ b/sql/updates/world/master/2024_12_20_04_world.sql
@@ -0,0 +1,5 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_dh_collective_anguish', 'spell_dh_collective_anguish_eye_beam');
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(212084, 'spell_dh_collective_anguish'),
+(198013, 'spell_dh_collective_anguish'),
+(391057, 'spell_dh_collective_anguish_eye_beam');