diff --git a/data/sql/updates/pending_db_world/rev_1681810720948358500.sql b/data/sql/updates/pending_db_world/rev_1681810720948358500.sql new file mode 100644 index 000000000..cda7a9bd3 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1681810720948358500.sql @@ -0,0 +1,7 @@ +-- Bosses on the Ogrila quest chain +-- Slaag +UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`|545470038 WHERE `entry` = 22199; +-- Maggoc, Grulloc, Skulloc Soulgrinder +UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`|579026774 WHERE `entry` IN (20600,20216,22910); +-- Vim'gol the Vile +UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`|579026775 WHERE `entry` = 22911;