fix(DB/Creature): Hellfire Channeler should be immune to silence (#16894)

This commit is contained in:
Maria-sequel
2023-08-06 16:56:22 +02:00
committed by GitHub
parent e7b3f5e78a
commit 672fda5634

View File

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