From 8fce7666274c153aaaa44fd3d363db01fcc00844 Mon Sep 17 00:00:00 2001 From: Andrew <47818697+Nyeriah@users.noreply.github.com> Date: Sat, 14 Dec 2024 05:47:12 -0300 Subject: [PATCH] =?UTF-8?q?fix(DB/Creature):=20Illidari=20Nightlord=20remo?= =?UTF-8?q?ve=20distract=20and=20add=20banish=20i=E2=80=A6=20(#20912)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/sql/updates/pending_db_world/rev_1734093171824341700.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1734093171824341700.sql diff --git a/data/sql/updates/pending_db_world/rev_1734093171824341700.sql b/data/sql/updates/pending_db_world/rev_1734093171824341700.sql new file mode 100644 index 000000000..6e13c0cd3 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1734093171824341700.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` &~ 8, `mechanic_immune_mask` = `mechanic_immune_mask`|131072 WHERE `entry` = 22855;