diff --git a/Source/Game/Entities/Creature/Creature.cs b/Source/Game/Entities/Creature/Creature.cs index ff3db1ff0..82e16bfb4 100644 --- a/Source/Game/Entities/Creature/Creature.cs +++ b/Source/Game/Entities/Creature/Creature.cs @@ -402,6 +402,8 @@ namespace Game.Entities void ApplyAllStaticFlags(CreatureStaticFlagsHolder flags) { + _staticFlags = flags; + // Apply all other side effects of flag changes SetTemplateRooted(flags.HasFlag(CreatureStaticFlags.Sessile)); }