mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
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:
@@ -0,0 +1,2 @@
|
|||||||
|
--
|
||||||
|
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` &~33554432 WHERE `entry` IN (21270, 21274);
|
||||||
Reference in New Issue
Block a user