possible fix for EARTH SHATTERING KABOOM! when trying to save a prim

0.6.0-stable
Sean Dague 2008-09-09 20:45:21 +00:00
parent 017a6f5511
commit 6f15ec2d46
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ namespace OpenSim.Data.SQLite
&& (prim.GetEffectiveObjectFlags() & (uint)PrimFlags.TemporaryOnRez) == 0)
{
//m_log.Info("[REGION DB]: Adding obj: " + obj.UUID + " to region: " + regionUUID);
addPrim(prim, Util.ToRawUuidString(obj.UUID), Util.ToRawUuidString(regionUUID));
addPrim(prim, obj.UUID, regionUUID);
}
else if (prim.Stopped)
{