use correct table name for shapes
parent
765bd02a48
commit
88496505b1
|
@ -311,7 +311,7 @@ namespace OpenSim.DataStore.MonoSqliteStorage
|
|||
private void addPrim(SceneObjectPart prim)
|
||||
{
|
||||
DataTable prims = ds.Tables["prims"];
|
||||
DataTable shapes = ds.Tables["shapes"];
|
||||
DataTable shapes = ds.Tables["primshapes"];
|
||||
|
||||
DataRow primRow = prims.Rows.Find(prim.UUID);
|
||||
if (primRow == null) {
|
||||
|
|
Loading…
Reference in New Issue