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:
Andrew
2024-04-14 08:30:55 -03:00
committed by GitHub
parent c090c8aa25
commit 0d8fd9211c

View File

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