diff options
author | megamage <none@none> | 2009-04-08 19:00:54 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-04-08 19:00:54 -0500 |
commit | 9079c18f06e2f95be89229447db199ea67f3ddb7 (patch) | |
tree | 293f5d95e760e346cfec89f3db4b91ca62a8abda /src | |
parent | 31a0ffa4ca9d1da8cfcffd35ff430f47ea5e0bdb (diff) | |
parent | add9a820d2b7aaa572028ed80016f9ed46688498 (diff) |
*Merge.
--HG--
branch : trunk
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(); |