diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game/Unit.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index beabc0e8668..1af0ebd3bb5 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -10852,6 +10852,7 @@ void Unit::AddToWorld() { if(!IsInWorld()) { + WorldObject::AddToWorld(); m_Notified = false; m_IsInNotifyList = false; SetToNotify(); |