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);