fix(DB/Spell): Fix Omen of Clarity not proccing from utility spells (#24783)

Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
blinkysc
2026-02-21 08:30:53 -06:00
committed by GitHub
parent 69bccd0a56
commit 16fd29c78f
2 changed files with 6 additions and 16 deletions

View File

@@ -0,0 +1,2 @@
-- Omen of Clarity: revert SpellTypeMask to 0 to match TrinityCore
UPDATE `spell_proc` SET `SpellTypeMask` = 0 WHERE `SpellId` = 16864;