fix(DB/Spell): Distract should not break stealth or invisibility (#25438)

Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
blinkysc 2026-04-12 12:12:07 -05:00 committed by GitHub
parent 6b187f1a54
commit 56ee7266e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
-- Add SPELL_ATTR0_CU_DONT_BREAK_STEALTH (0x40) to Distract (1725)
UPDATE `spell_custom_attr` SET `attributes` = `attributes` | 0x40 WHERE `spell_id` = 1725;