fix(DB/Creature): Akil'zon interrupt immunity (#21130)

This commit is contained in:
Andrew
2025-01-10 22:23:59 -03:00
committed by GitHub
parent 4c18c6a8cf
commit ea28a9f249

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`|33554432 WHERE `entry` = 23574;