mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 10:00:28 +00:00
fix(DB/Creature): Infernal Warbringer immune to horror (#16961)
This commit is contained in:
2
data/sql/updates/pending_db_world/infernalwarbringer.sql
Normal file
2
data/sql/updates/pending_db_world/infernalwarbringer.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask`|8388608 WHERE `entry` = 19261;
|
||||
Reference in New Issue
Block a user