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:
FlyingArowana
2024-11-26 10:49:19 +00:00
committed by GitHub
parent 42879621e4
commit 3d5d300f76

View File

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