mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +00:00
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:
@@ -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;
|
||||
Reference in New Issue
Block a user