fix(DB/NPC) - Adds Disorient and Sap immunities to Marauding Crust Burster (#24528)

Co-authored-by: FlyingArowana <TheSCREWEDSoftware@users.noreply.github.com>
This commit is contained in:
Ryan Turner
2026-01-27 09:23:15 +00:00
committed by GitHub
parent dc1a7f305c
commit 5a4df387d8

View File

@@ -0,0 +1,2 @@
-- Adds "Disoriented" and "Sapped" Immunties to "Maruading Crust Burster" outcome from MoP and Retail
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` | 2 | 536870912 WHERE `entry` = 16857;