aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-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');