aboutsummaryrefslogtreecommitdiff
path: root/src/game/Object.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-05-31 21:04:04 -0500
committermegamage <none@none>2009-05-31 21:04:04 -0500
commit76e4dfe8dda50e61dd2ca5a9a241f14d8823cfeb (patch)
treec0975adb9df19c04f2cd26baa17ba1cff3760139 /src/game/Object.cpp
parent5034078d49f9a29d9a7e7d891b12d1706ddab44a (diff)
*Store creatureData and goData for creatures and gos.
--HG-- branch : trunk
Diffstat (limited to 'src/game/Object.cpp')
-rw-r--r--src/game/Object.cpp1
1 files changed, 0 insertions, 1 deletions
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("")
{
}