mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
use correct table name for shapes
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user