fix(DB/Creature): Hellfire Warder Immunities (#17003)

* fix(DB/Creature): Hellfire Warder Immunities

* immunities
This commit is contained in:
Maria-sequel 2023-08-14 02:19:44 +02:00 committed by GitHub
parent e9e2176fb3
commit c63c383f7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask`|256|8388608 WHERE `entry` = 18829;