fix(DB/Creature): Remove Death Grip immunity from Power Spark in Eye of Eternity. (#24246)

This commit is contained in:
Benjamin Jackson
2025-12-29 11:16:12 -05:00
committed by GitHub
parent ddd7e1ebf3
commit a200103e0f

View File

@@ -0,0 +1 @@
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` &~ 32 WHERE `entry` IN (30084, 32187);