fix(DB/Creature): Burning Abyssal immune mask (#16731)

This commit is contained in:
Angelo Venturini
2023-07-10 19:16:49 -03:00
committed by GitHub
parent a3193a03d7
commit 221f1414e9

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`&~(64|2048|536870912) WHERE `entry` = 17454;