fix(DB/Creature): Port Immunities for Ogrila quest npcs from Mangos. (#15999)

* fix(DB/creature_template): Port Immunities for Ogrila quest npcs from Mangos.

* remove no dodge extra flag
This commit is contained in:
avarishd
2023-04-19 18:32:10 +03:00
committed by GitHub
parent 2ee046bfde
commit 9ccc367a1a

View File

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