fix(DB/Creature): Netherspite, Nightbane should be immune to interrupt (#16922)
fix(DB/Creature): Netherspite and Nightbane should be immune to interrupt
This commit is contained in:
parent
6425c18c66
commit
250d9d059a
1 changed files with 2 additions and 0 deletions
2
data/sql/updates/pending_db_world/karadragon.sql
Normal file
2
data/sql/updates/pending_db_world/karadragon.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
--
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask`|33554432 WHERE `entry` IN (15689, 17225);
|
||||
Loading…
Add table
Add a link
Reference in a new issue