From 22a3ad7f6c5f54e326ac02483a9540fddaeb7506 Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Sun, 31 Jan 2010 11:26:12 -0800 Subject: * Bug fix in XInventoryData -- groupOwned is an int in the DB * Bug fix in InventoryServerInConnector -- m_config --- OpenSim/Data/IXInventoryData.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Data/IXInventoryData.cs') diff --git a/OpenSim/Data/IXInventoryData.cs b/OpenSim/Data/IXInventoryData.cs index cd9273e..6909136 100644 --- a/OpenSim/Data/IXInventoryData.cs +++ b/OpenSim/Data/IXInventoryData.cs @@ -58,7 +58,7 @@ namespace OpenSim.Data public int saleType; public int creationDate; public UUID groupID; - public bool groupOwned; + public int groupOwned; public int flags; public UUID inventoryID; public UUID avatarID; -- cgit v1.1