mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +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