mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
fix(DB/Spells): Intercept should not bypass Deterrence. (#12113)
Fixes #11781
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
--
|
||||
UPDATE `spell_dbc` SET `Attributes`=`Attributes`&~0x00200000, `AttributesEx7`=`AttributesEx7`|0x01800000, `DefenseType`=1 WHERE `ID`=20253;
|
||||
Reference in New Issue
Block a user