aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormegamage <none@none>2009-04-08 18:56:03 -0500
committermegamage <none@none>2009-04-08 18:56:03 -0500
commitadd9a820d2b7aaa572028ed80016f9ed46688498 (patch)
tree0be9afcf57f6b7a15a558c424ccdb0392ae665c5 /src
parenta7e04a252fc04988dea2072241ad8825db747e58 (diff)
*Fix a typo that causes crash.
--HG-- branch : trunk
Diffstat (limited to 'src')
-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();