*Store creatureData and goData for creatures and gos.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-05-31 21:04:04 -05:00
parent 5034078d49
commit 76e4dfe8dd
6 changed files with 11 additions and 15 deletions

View File

@@ -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("")
{
}