Fix(DB/Creature): Spirit Shade should be immune to AOE (#12044)

This commit is contained in:
temperrr
2022-06-16 17:10:38 +02:00
committed by GitHub
parent 26e5b42308
commit 386bade2a5

View File

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