fix(DB/Creature) - Adds "Disarm" Immunity to Boss: Nalorakk [Zul'Aman] (#20746)
* File created * Added Disarm immunity * The mighty newline
This commit is contained in:
parent
42879621e4
commit
3d5d300f76
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue