MSSQL Minor tweak to recent patch for region loading (Thanks Grumly57 for spotting it!)

remotes/origin/0.6.7-post-fixes
Chris Hart 2009-09-02 21:42:41 +01:00 committed by Justin Clark-Casey (justincc)
parent 9696481a64
commit c4ae9413f1
1 changed files with 1 additions and 0 deletions

View File

@ -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>();