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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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