fix(DB/Immunities): Embalming Slime, Patchwork Golem, Bile Retcher, S… (#26822)

This commit is contained in:
sogladev
2026-07-26 11:38:27 +02:00
committed by GitHub
parent d1e17c19e4
commit c9f384745e

View File

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