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

Port From (https://github.com/TrinityCore/TrinityCore/commit/0e13ed412a304e91a24eded6c31842dbb7ea53de)
This commit is contained in:
hondacrx
2022-01-01 17:57:13 -05:00
parent 5c57253090
commit 0ae91739bc
+1 -1
View File
@@ -87,7 +87,7 @@ namespace Game.Combat
public void Update(uint tdiff)
{
if (!CanHaveThreatList() || IsThreatListEmpty())
if (!CanHaveThreatList() || IsThreatListEmpty(true))
return;
if (_updateTimer <= tdiff)