fix(DB/Creature): Magma Elemental interrupt (#20458)

Fix(Sql/Creature_template): Magma Elemental interrupt
This commit is contained in:
IntelligentQuantum
2024-11-09 15:30:43 +03:30
committed by GitHub
parent 9cdb42df9d
commit f13bc5d7f7

View File

@@ -0,0 +1 @@
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` & ~(33554432 | 67108864) WHERE `entry` = 5855;