fix(DB/Creature): Adds "Disarm" Mechanic Flag Immunity to Halazzi (#20696)
* Created file * Added Disarm Immunity to Halazzi
This commit is contained in:
parent
d9d8dc5a2f
commit
cb9df80a6d
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
--
|
||||
-- Adds "Disarm" immunity to Creautre (Boss) "Halazzi" - [Zul'Aman]
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` | 4 WHERE `entry` = 23577;
|
||||
Loading…
Add table
Add a link
Reference in a new issue