From 03fd7be5eaeaed568b0408f810e3169cd9e784b7 Mon Sep 17 00:00:00 2001 From: Andrew <47818697+Nyeriah@users.noreply.github.com> Date: Mon, 26 Feb 2024 17:56:04 -0300 Subject: [PATCH] =?UTF-8?q?fix(DB/Creature):=20Remove=20interrupt=20immuni?= =?UTF-8?q?ty=20from=20Staff=20of=20Disintegrat=E2=80=A6=20(#18415)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(DB/Creature): Remove interrupt immunity from Staff of Disintegration and Cosmic Infuser --- data/sql/updates/pending_db_world/rev_1708941235659331900.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1708941235659331900.sql diff --git a/data/sql/updates/pending_db_world/rev_1708941235659331900.sql b/data/sql/updates/pending_db_world/rev_1708941235659331900.sql new file mode 100644 index 000000000..65716b762 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1708941235659331900.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` &~33554432 WHERE `entry` IN (21270, 21274);