From 6b70ba2d582454d6cfd38c711fe3a1bafbf17550 Mon Sep 17 00:00:00 2001 From: Andrew <47818697+Nyeriah@users.noreply.github.com> Date: Sat, 18 Oct 2025 10:29:22 -0300 Subject: [PATCH] fix(DB/Proc): fix Mind Flay not applying Misery (#23289) Co-authored-by: errodia <1046672+errodia@users.noreply.github.com> Co-authored-by: Sebastian Valle --- .../updates/pending_db_world/rev_1760765787667010500.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1760765787667010500.sql diff --git a/data/sql/updates/pending_db_world/rev_1760765787667010500.sql b/data/sql/updates/pending_db_world/rev_1760765787667010500.sql new file mode 100644 index 000000000..37edd11a5 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1760765787667010500.sql @@ -0,0 +1,6 @@ +-- +UPDATE `spell_proc_event` SET `SpellFamilyMask2` = 0x00000040 WHERE `entry` = -33191; + +DELETE FROM `spell_script_names` WHERE `spell_id` = -33191; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(-33191, 'spell_gen_proc_on_victim');