From c9f384745e83ea4f32c843a1d42fe671a8540928 Mon Sep 17 00:00:00 2001 From: sogladev Date: Sun, 26 Jul 2026 11:38:27 +0200 Subject: [PATCH] =?UTF-8?q?fix(DB/Immunities):=20Embalming=20Slime,=20Patc?= =?UTF-8?q?hwork=20Golem,=20Bile=20Retcher,=20S=E2=80=A6=20(#26822)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../updates/pending_db_world/rev_1785048034059118523.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1785048034059118523.sql diff --git a/data/sql/updates/pending_db_world/rev_1785048034059118523.sql b/data/sql/updates/pending_db_world/rev_1785048034059118523.sql new file mode 100644 index 000000000..93e4cc559 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1785048034059118523.sql @@ -0,0 +1,6 @@ +-- +-- Embalming Slime +UPDATE `creature_template` SET `CreatureImmunitiesId` = -93 WHERE `entry` = 29355; +-- Patchwork Golem, Bile Retcher, and Sludge Belcher +UPDATE `creature_template` SET `CreatureImmunitiesId` = -405 WHERE `entry` IN (16017, 16018, 29347, 29353); +UPDATE `creature_template` SET `CreatureImmunitiesId` = -93 WHERE `entry` IN (16029, 29356);