Skip to content

Commit

Permalink
fix(DB/Creature) - Adds "Disarm" Immunity to Boss: Nalorakk [Zul'Aman] (
Browse files Browse the repository at this point in the history
azerothcore#20746)

* File created

* Added Disarm immunity

* The mighty newline
  • Loading branch information
TheSCREWEDSoftware authored Nov 26, 2024
1 parent 4287962 commit 3d5d300
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/sql/updates/pending_db_world/rev_1732609621113544900.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
--
-- Adds "Disarm" immunity to Creautre (Boss) "Nalorakk" - [Zul'Aman]
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` | 4 WHERE `entry` = 23576;

0 comments on commit 3d5d300

Please sign in to comment.