Core/Threat: Properly update offline states even if all threat references are offline. Closes #23639.

This commit is contained in:
Treeston
2019-07-28 22:24:34 +02:00
parent c3dd67dfbb
commit 55ec3bd73f

View File

@@ -190,7 +190,7 @@ void ThreatManager::Initialize()
void ThreatManager::Update(uint32 tdiff)
{
if (!CanHaveThreatList() || IsThreatListEmpty())
if (!CanHaveThreatList() || IsThreatListEmpty(true))
return;
if (_updateTimer <= tdiff)
{