fix(DB/Procs): Eye of Magtheridon not procing on miss (#20432)

This commit is contained in:
avarishd 2024-11-04 02:34:43 +02:00 committed by GitHub
parent 08bfecdbea
commit 00b1f50ad4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
-- Eye of Magtheridon - add proc on miss
UPDATE `spell_proc_event` SET `procEx` = `procEx`|4 WHERE `entry`=34749;