fix:(DB/Creature): Molten Core elementals should bleed. (#12074)

This commit is contained in:
temperrr 2022-06-18 14:45:15 +02:00 committed by GitHub
parent ac12ae7698
commit 70f16dc9bf
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 (12265, 12101, 12100, 12076, 11665, 11667, 11669, 11666, 11668, 12099);