Skip to content

Commit

Permalink
fix(DB/Creature): Add Illidari Nightlord interrupt immunity (#21031)
Browse files Browse the repository at this point in the history
Co-authored-by: Grimdhex <176165533+Grimdhex@users.noreply.github.com>
  • Loading branch information
Exitare and Grimdhex authored Dec 26, 2024
1 parent e912547 commit 7f82673
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/sql/updates/pending_db_world/rev_1734978274366357000.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Add interrupt immunity to Illidari Nightlord
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` | 33554432 WHERE (`entry` = 22855);

0 comments on commit 7f82673

Please sign in to comment.