fix(DB/Spells): Corrected attributes for Intercept. (#7134)

Fixed #6110

Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com>
This commit is contained in:
UltraNix 2021-08-04 16:05:22 +02:00 committed by GitHub
parent b5faa1ebcb
commit 16a57e57d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1627313288997304500');
UPDATE `spell_dbc` SET `Attributes`=`Attributes`|0x20000000 WHERE `ID` IN (20252,20616,20617,25272,25275);