aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MSSQL/MSSQLInventoryData.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Data/MSSQL/MSSQLInventoryData.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Data/MSSQL/MSSQLInventoryData.cs b/OpenSim/Data/MSSQL/MSSQLInventoryData.cs
index 348682c..3d25ed0 100644
--- a/OpenSim/Data/MSSQL/MSSQLInventoryData.cs
+++ b/OpenSim/Data/MSSQL/MSSQLInventoryData.cs
@@ -530,6 +530,11 @@ namespace OpenSim.Data.MSSQL
530 } 530 }
531 } 531 }
532 532
533 public InventoryItemBase queryInventoryItem(UUID itemID)
534 {
535 return null;
536 }
537
533 /// <summary> 538 /// <summary>
534 /// Returns all activated gesture-items in the inventory of the specified avatar. 539 /// Returns all activated gesture-items in the inventory of the specified avatar.
535 /// </summary> 540 /// </summary>