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 <subv2112@gmail.com>
This commit is contained in:
Andrew
2025-10-18 10:29:22 -03:00
committed by GitHub
parent 671298cc5b
commit 6b70ba2d58

View File

@@ -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');