mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
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:
@@ -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');
|
||||||
Reference in New Issue
Block a user