diff options
author | megamage <none@none> | 2009-05-31 21:04:04 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-05-31 21:04:04 -0500 |
commit | 76e4dfe8dda50e61dd2ca5a9a241f14d8823cfeb (patch) | |
tree | c0975adb9df19c04f2cd26baa17ba1cff3760139 /src/game/Object.cpp | |
parent | 5034078d49f9a29d9a7e7d891b12d1706ddab44a (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.cpp | 1 |
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("") { } |