fix(DB/Creature): Adds "Disarm" Mechanic Flag Immunity to Halazzi (#20696)

* Created file

* Added Disarm Immunity to Halazzi
This commit is contained in:
FlyingArowana
2024-11-24 02:52:27 +00:00
committed by GitHub
parent d9d8dc5a2f
commit cb9df80a6d

View File

@@ -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;