fix(DB/Creature): Remove bleed immunity from Escape from Durnholde bosses. (#14937)

This commit is contained in:
Benjamin Jackson 2023-02-10 16:18:23 -05:00 committed by GitHub
parent 1738e242e4
commit 9deb8fecb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1 @@
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` &~ 16384 WHERE `entry` IN (17848, 17862, 18096, 20521, 20531, 20535);