mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
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:
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);
|
||||
Reference in New Issue
Block a user