fix(DB/Creature): Remove interrupt immunity from Staff of Disintegrat… (#18415)
fix(DB/Creature): Remove interrupt immunity from Staff of Disintegration and Cosmic Infuser
This commit is contained in:
parent
b78f83c6ec
commit
03fd7be5ea
1 changed files with 2 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
--
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` &~33554432 WHERE `entry` IN (21270, 21274);
|
||||
Loading…
Add table
Add a link
Reference in a new issue