fix(DB/Spell): Set Lock and Load procPhase to 0, allowing Black Arrow to proc it. (#11862)

* Create rev_1653383651000084300.sql

* SQL Comment update
This commit is contained in:
avarishd 2022-05-25 21:24:24 +03:00 committed by GitHub
parent 3772582e5c
commit 2337342fc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
-- (Hunter) Set Lock and Load procPhase to 0, allowing Black Arrow procs
UPDATE `spell_proc_event` SET `procPhase`=0 WHERE `entry` = -56342;