mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
fix(DB/Creature): Remove bleed immunity from Escape from Durnholde bosses. (#14937)
This commit is contained in:
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);
|
||||
Reference in New Issue
Block a user