mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
MSSQL Minor tweak to recent patch for region loading (Thanks Grumly57 for spotting it!)
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
9696481a64
commit
c4ae9413f1
@@ -210,6 +210,7 @@ namespace OpenSim.Data.MSSQL
|
||||
{
|
||||
foreach (SceneObjectPart objectPart in allPrimsWithInventory)
|
||||
{
|
||||
command.Parameters.Clear();
|
||||
command.Parameters.Add(_Database.CreateParameter("@PrimID", objectPart.UUID));
|
||||
|
||||
List<TaskInventoryItem> inventory = new List<TaskInventoryItem>();
|
||||
|
||||
Reference in New Issue
Block a user