fix(DB/Creature): Remove Distract immunity from Hyjal bosses except A… (#18737)
* fix(DB/Creature): Remove Distract immunity from Hyjal bosses except Archimonde * Update rev_1713024535116935100.sql --------- Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com>
This commit is contained in:
parent
c090c8aa25
commit
0d8fd9211c
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
--
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` &~ 8 WHERE `entry` IN (17767, 17808, 17888, 17842);
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` | 4 WHERE `entry` IN (17767, 17808, 17888, 17842);
|
||||
Loading…
Add table
Add a link
Reference in a new issue