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

View File

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