mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 21:56:22 +00:00
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:
@@ -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;
|
||||
Reference in New Issue
Block a user