fix(DB/Creature): Illidari Fearbringer immunities (#19099)

This commit is contained in:
Andrew 2024-06-20 14:23:02 -03:00 committed by GitHub
parent af722d4e88
commit 5ae543ef04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `flags_extra` = `flags_extra` |256, `mechanic_immune_mask` = `mechanic_immune_mask`|64|256|2048 WHERE `entry` = 22954;