fix(DB/Spells): Fix Spark of Life proc on craft and equip (#25449)

This commit is contained in:
youdeoo 2026-04-29 07:31:35 +08:00 committed by GitHub
parent fc34ec72f4
commit 40f0ed9555
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
-- Fix Spark of Life (spell 60519) proc on craft and equip
UPDATE `spell_proc` SET `SpellTypeMask` = 3 WHERE `SpellId` = 60519;