mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-09 00:08:01 +00:00
fix(DB/Immunities): Embalming Slime, Patchwork Golem, Bile Retcher, S… (#26822)
This commit is contained in:
@@ -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);
|
||||||
Reference in New Issue
Block a user