From add9a820d2b7aaa572028ed80016f9ed46688498 Mon Sep 17 00:00:00 2001 From: megamage Date: Wed, 8 Apr 2009 18:56:03 -0500 Subject: *Fix a typo that causes crash. --HG-- branch : trunk --- src/game/Unit.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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(); -- cgit v1.2.3