fix(DB/Creature): Crystalcore Sentinals & Devastators knockback immunity (#19040)

This commit is contained in:
Andrew
2024-06-10 18:07:22 -03:00
committed by GitHub
parent 57d856cd9e
commit a9d67490b4

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|1073741824 WHERE `entry` IN (20040, 20041);