fix(DB/Creature): Infernal Warbringer immune to horror (#16961)

This commit is contained in:
Maria-sequel
2023-08-09 04:45:55 +02:00
committed by GitHub
parent 026fe7c962
commit 78a2f5ef8d

View File

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