fix(DB/Spells): Intercept should not bypass Deterrence. (#12113)

Fixes #11781
This commit is contained in:
UltraNix 2022-06-22 01:14:55 +02:00 committed by GitHub
parent c7723a05a9
commit ea22a4f825
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
--
UPDATE `spell_dbc` SET `Attributes`=`Attributes`&~0x00200000, `AttributesEx7`=`AttributesEx7`|0x01800000, `DefenseType`=1 WHERE `ID`=20253;