ok so this runs but is still lacking the deletion logic

This commit is contained in:
DarthArgus
2016-11-29 03:52:23 +00:00
parent 176555370b
commit e6921be6fe
3 changed files with 3 additions and 9 deletions
@@ -139,10 +139,7 @@ SwgSnapshot::SwgSnapshot(DB::ModeQuery::Mode mode, bool useGoldDatabase) :
// ----------------------------------------------------------------------
SwgSnapshot::~SwgSnapshot()
{
m_objvarBuffer.~ObjvarBuffer();
}
SwgSnapshot::~SwgSnapshot(){}
// ----------------------------------------------------------------------