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:
parent
2ee046bfde
commit
9ccc367a1a
1 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue