fix(DB/Creature): Remove Herald Volazj interrupt immunity (#22981)

This commit is contained in:
Andrew
2025-09-20 09:26:18 -03:00
committed by GitHub
parent 6dda22ec46
commit 849303a1f4

View File

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