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

(cherry picked from commit 55ec3bd73f)
This commit is contained in:
Treeston
2019-07-28 22:24:34 +02:00
committed by Shauren
parent 1759502f5d
commit 0e13ed412a

View File

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