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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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