mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 15:28:02 +00:00
7
data/sql/updates/db_world/2026_07_26_02.sql
Normal file
7
data/sql/updates/db_world/2026_07_26_02.sql
Normal 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);
|
||||
Reference in New Issue
Block a user