fix(DB/Creature): Nightmare Illusion should be aoe immune (#12087)

This commit is contained in:
temperrr
2022-06-18 15:58:32 +02:00
committed by GitHub
parent 91575f075d
commit 4265ef0239

View File

@@ -0,0 +1 @@
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|4194304 WHERE (`entry` = 15163);