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

(cherry picked from commit 55ec3bd73fd2618e4de199c147bbddcb99d11b19)
This commit is contained in:
Treeston
2021-12-17 21:46:33 +01:00
committed by Shauren
parent 1759502f5d
commit 0e13ed412a
+1 -1
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)
{