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 3cc3da5238f..aba18ca3b9d 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -11011,6 +11011,7 @@ void Unit::AddToWorld() { if(!IsInWorld()) { + WorldObject::AddToWorld(); m_Notified = false; m_IsInNotifyList = false; SetToNotify(); |