From 76e4dfe8dda50e61dd2ca5a9a241f14d8823cfeb Mon Sep 17 00:00:00 2001 From: megamage Date: Sun, 31 May 2009 21:04:04 -0500 Subject: *Store creatureData and goData for creatures and gos. --HG-- branch : trunk --- src/game/Object.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/game/Object.cpp') diff --git a/src/game/Object.cpp b/src/game/Object.cpp index 8dd558ca42c..8c8c5772da7 100644 --- a/src/game/Object.cpp +++ b/src/game/Object.cpp @@ -1070,7 +1070,6 @@ WorldObject::WorldObject() m_positionX(0.0f), m_positionY(0.0f), m_positionZ(0.0f), m_orientation(0.0f) , m_map(NULL), m_zoneScript(NULL) , m_isActive(false), IsTempWorldObject(false) - , m_isInternallyAdded(false) , m_name("") { } -- cgit v1.2.3