fix(DB/Spells): Intercept should not bypass Deterrence. (#12113)
Fixes #11781
This commit is contained in:
parent
c7723a05a9
commit
ea22a4f825
1 changed files with 2 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
--
|
||||
UPDATE `spell_dbc` SET `Attributes`=`Attributes`&~0x00200000, `AttributesEx7`=`AttributesEx7`|0x01800000, `DefenseType`=1 WHERE `ID`=20253;
|
||||
Loading…
Add table
Add a link
Reference in a new issue