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:
parent
dc1a7f305c
commit
5a4df387d8
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue