fix(DB/Creature): Remove Death Grip immunity from Power Spark in Eye of Eternity. (#24246)
This commit is contained in:
parent
ddd7e1ebf3
commit
a200103e0f
1 changed files with 1 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` &~ 32 WHERE `entry` IN (30084, 32187);
|
||||
Loading…
Add table
Add a link
Reference in a new issue