diff options
Diffstat (limited to 'src/game/ThreatManager.h')
-rw-r--r-- | src/game/ThreatManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/ThreatManager.h b/src/game/ThreatManager.h index 94fdf848bc2..ec6c6ec1684 100644 --- a/src/game/ThreatManager.h +++ b/src/game/ThreatManager.h @@ -106,7 +106,7 @@ class HostileReference : public Reference<Unit, ThreatManager> void setAccessibleState(bool pIsAccessible); //================================================= - bool operator == (const HostileReference& pHostileReference) const { return pHostileReference.getUnitGuid() == getUnitGuid(); } + bool operator == (const HostileReference& pHostileReference) const { return pHostileReference.getUnitGuid() == getUnitGuid(); } //================================================= |