chore(DB): import pending files

Referenced commit(s): 2337342fc7
This commit is contained in:
AzerothCoreBot
2022-05-25 18:26:45 +00:00
parent 2337342fc7
commit cdd27bfff6

View File

@@ -0,0 +1,3 @@
-- DB update 2022_05_25_03 -> 2022_05_25_04
-- (Hunter) Set Lock and Load procPhase to 0, allowing Black Arrow procs
UPDATE `spell_proc_event` SET `procPhase`=0 WHERE `entry` = -56342;