fix(DB/Creature): Remove bleed immunity from Escape from Durnholde bosses. (#14937)
This commit is contained in:
parent
1738e242e4
commit
9deb8fecb7
1 changed files with 1 additions and 0 deletions
1
data/sql/updates/pending_db_world/durnholde-immunity.sql
Normal file
1
data/sql/updates/pending_db_world/durnholde-immunity.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` &~ 16384 WHERE `entry` IN (17848, 17862, 18096, 20521, 20531, 20535);
|
||||
Loading…
Add table
Add a link
Reference in a new issue