fix(DB/Spells): Fix Soul Preserver trinket proccing from non-healing spells (#24792)

Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
blinkysc
2026-02-21 10:42:09 -06:00
committed by GitHub
parent 33bafc7c8a
commit 1c91f96e02

View File

@@ -0,0 +1 @@
UPDATE `spell_proc` SET `SpellTypeMask` = 2 WHERE `SpellId` = 60510;