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:
parent
6b187f1a54
commit
56ee7266e3
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue