mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-09 08:17:56 +00:00
fix(DB/Creature): Magma Elemental interrupt (#20458)
Fix(Sql/Creature_template): Magma Elemental interrupt
This commit is contained in:
committed by
GitHub
parent
9cdb42df9d
commit
f13bc5d7f7
@@ -0,0 +1 @@
|
|||||||
|
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` & ~(33554432 | 67108864) WHERE `entry` = 5855;
|
||||||
Reference in New Issue
Block a user