fix(DB/Creature): Add missing mechanic immunities to Rift Lord/Keeper (#16487)

This commit is contained in:
Angelo Venturini
2023-06-06 23:47:16 -03:00
committed by GitHub
parent 8e763287fe
commit 9f9bb8b48a

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`|256|4194304 WHERE `entry` IN (17839, 20744, 21140, 22172, 21104, 21148, 22170, 22171);