From 4724489001a58ebfff000b0c697eb66f757c95d2 Mon Sep 17 00:00:00 2001 From: avarishd <46330494+avarishd@users.noreply.github.com> Date: Sun, 19 Nov 2023 22:29:10 +0200 Subject: [PATCH] =?UTF-8?q?fix(DB/Creature):=20Port=20Ethereal=20Spellfilc?= =?UTF-8?q?her=20immunities/detection=20fro=E2=80=A6=20(#17801)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(DB/Creature): Port Ethereal Spellfilcher immunities/detection from Mangos --- data/sql/updates/pending_db_world/rev_1700418120263949200.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1700418120263949200.sql diff --git a/data/sql/updates/pending_db_world/rev_1700418120263949200.sql b/data/sql/updates/pending_db_world/rev_1700418120263949200.sql new file mode 100644 index 000000000..baec33b44 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1700418120263949200.sql @@ -0,0 +1,2 @@ +-- Ethereal Spellfilcher +UPDATE `creature_template` SET `unit_flags` = `unit_flags`|32768, `mechanic_immune_mask` = `mechanic_immune_mask`|579026775, `detection_range` = 24 WHERE `entry` = 16545;