mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
*Fixed MySQLDataStore bug causing errors on startup
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user