fix(DB/Creature): Illidari Council skip player damage req (#20198)

This commit is contained in:
Andrew
2024-10-13 23:53:30 -03:00
committed by GitHub
parent 92d73c6da7
commit 7c58826787

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `flags_extra` = `flags_extra` |2097152 WHERE `entry` IN (22949, 22950, 22951, 22952);