diff options
author | megamage <none@none> | 2009-04-08 18:56:03 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-04-08 18:56:03 -0500 |
commit | add9a820d2b7aaa572028ed80016f9ed46688498 (patch) | |
tree | 0be9afcf57f6b7a15a558c424ccdb0392ae665c5 /src | |
parent | a7e04a252fc04988dea2072241ad8825db747e58 (diff) |
*Fix a typo that causes crash.
--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 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(); |