fix(DB/Creature): Magma Elemental interrupt (#20458)
Fix(Sql/Creature_template): Magma Elemental interrupt
This commit is contained in:
parent
9cdb42df9d
commit
f13bc5d7f7
1 changed files with 1 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` & ~(33554432 | 67108864) WHERE `entry` = 5855;
|
||||
Loading…
Add table
Add a link
Reference in a new issue