fix(DB/Creature): Remove Essence of Desire interrupt immunity (#19526)

This commit is contained in:
Andrew
2024-07-30 11:26:03 -03:00
committed by GitHub
parent af6b8ce099
commit 6bab2ec214

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`&~33554432 WHERE `entry` = 23419;