fix(DB/Creature): Hellfire Channeler should be immune to silence (#16894)
This commit is contained in:
parent
e7b3f5e78a
commit
672fda5634
1 changed files with 2 additions and 0 deletions
2
data/sql/updates/pending_db_world/hellfirechanneler.sql
Normal file
2
data/sql/updates/pending_db_world/hellfirechanneler.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
--
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask`|256|4096 WHERE `entry` = 17256;
|
||||
Loading…
Add table
Add a link
Reference in a new issue