fix(DB/Spells): Prayer of Mending should proc Inspiration (#17796)

This commit is contained in:
avarishd
2023-11-20 09:39:33 +02:00
committed by GitHub
parent d5f03f0ef4
commit f848df27a9

View File

@@ -0,0 +1,2 @@
-- Prayer of Mending inspiration
UPDATE `spell_proc_event` SET `SpellFamilyMask1` = `SpellFamilyMask1`|32 WHERE entry = -14892;