mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +00:00
fix(DB/Creature): Hellfire Channeler should be immune to silence (#16894)
This commit is contained in:
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;
|
||||
Reference in New Issue
Block a user