chore(DB): import pending files

Referenced commit(s): c9f384745e
This commit is contained in:
github-actions[bot]
2026-07-26 09:39:39 +00:00
parent c9f384745e
commit 1c3222eec4

View File

@@ -0,0 +1,7 @@
-- DB update 2026_07_26_01 -> 2026_07_26_02
--
-- 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);