diff options
Diffstat (limited to 'src/server/game/Combat/ThreatManager.cpp')
-rw-r--r-- | src/server/game/Combat/ThreatManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Combat/ThreatManager.cpp b/src/server/game/Combat/ThreatManager.cpp index 0438ef85a66..2b32902a838 100644 --- a/src/server/game/Combat/ThreatManager.cpp +++ b/src/server/game/Combat/ThreatManager.cpp @@ -374,7 +374,7 @@ void ThreatManager::AddThreat(Unit* target, float amount, SpellInfo const* spell target->GetThreatManager().PutThreatenedByMeRef(_owner->GetGUID(), ref); Creature* cOwner = _owner->ToCreature(); - assert(cOwner); // if we got here the owner can have a threat list, and must be a creature! + ASSERT(cOwner); // if we got here the owner can have a threat list, and must be a creature! if (!_ownerEngaged && (cOwner->HasReactState(REACT_PASSIVE) || !ref->IsOffline())) { _ownerEngaged = true; |