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:
Andrew 2024-02-26 17:56:04 -03:00 committed by GitHub
parent b78f83c6ec
commit 03fd7be5ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` &~33554432 WHERE `entry` IN (21270, 21274);