aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/game/Unit.cpp1
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();