fix(DB/Spell): allow Majestic Dragon Figurine to proc from instant HoTs (#26495)

This commit is contained in:
zackchadwick
2026-07-22 12:59:32 -04:00
committed by GitHub
parent 4e74894fd6
commit ecbc8a54ac

View File

@@ -0,0 +1,2 @@
-- Majestic Dragon Figurine (60524): allow instant HoT casts to trigger the item proc.
UPDATE `spell_proc` SET `SpellTypeMask` = 7 WHERE `SpellId` = 60524;