*Fixed MySQLDataStore bug causing errors on startup

This commit is contained in:
mingchen
2007-12-18 22:20:42 +00:00
parent 20eecd4155
commit 43b82099ca
2 changed files with 13 additions and 12 deletions

View File

@@ -515,6 +515,7 @@ namespace OpenSim.DataStore.MSSQL
return prim;
}
private void fillPrimRow(DataRow row, SceneObjectPart prim, LLUUID sceneGroupID, LLUUID regionUUID)
{
row["UUID"] = prim.UUID;