diff options
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r-- | src/game/Unit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 22cb8895d89..a124dc464c0 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -12389,7 +12389,7 @@ void Unit::RemoveFromWorld() RemoveAllControlled(); if(m_NotifyListPos >= 0) - GetMap()->RemoveUnitFromNotify(this, m_NotifyListPos); + GetMap()->RemoveUnitFromNotify(this); if(GetCharmerGUID()) { |