fix(DB/Creature): Correct Cyrukh the Firelord immunity mask. (#15968)

This commit is contained in:
avarishd
2023-04-19 03:12:44 +03:00
committed by GitHub
parent b8d837e0e2
commit a23c0567e2

View File

@@ -0,0 +1,2 @@
-- Cyrukh the Firelord (21181)
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`|42090322 WHERE `entry` = 21181;