From 16a57e57d996953e929df463bde3e3f69ffbbd0e Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Wed, 4 Aug 2021 16:05:22 +0200 Subject: [PATCH] fix(DB/Spells): Corrected attributes for Intercept. (#7134) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed #6110 Co-authored-by: Stefano Borzì --- data/sql/updates/pending_db_world/rev_1627313288997304500.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1627313288997304500.sql diff --git a/data/sql/updates/pending_db_world/rev_1627313288997304500.sql b/data/sql/updates/pending_db_world/rev_1627313288997304500.sql new file mode 100644 index 000000000..8f334b575 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1627313288997304500.sql @@ -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);