From da871e2fc07ef529beea3d3e8a52518bde842775 Mon Sep 17 00:00:00 2001 From: megamage Date: Sun, 31 May 2009 14:26:57 -0500 Subject: *Move addcre/go functions from opvp to objmgr. *Do not save respawn time for internally added cre/go. --HG-- branch : trunk --- src/game/Object.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/Object.cpp') diff --git a/src/game/Object.cpp b/src/game/Object.cpp index a4850615d07..a1f54398331 100644 --- a/src/game/Object.cpp +++ b/src/game/Object.cpp @@ -1077,6 +1077,7 @@ 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