diff --git a/Source/Game/Entities/Creature/Creature.cs b/Source/Game/Entities/Creature/Creature.cs index c415a1519..787af739b 100644 --- a/Source/Game/Entities/Creature/Creature.cs +++ b/Source/Game/Entities/Creature/Creature.cs @@ -553,6 +553,7 @@ namespace Game.Entities if (diff >= m_boundaryCheckTime) { GetAI().CheckInRoom(); + GetThreatManager().UpdateOnlineStates(false, true); m_boundaryCheckTime = 2500; } else