diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Data/MSSQL/MSSQLAssetData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MSSQL/MSSQLAssetData.cs b/OpenSim/Data/MSSQL/MSSQLAssetData.cs index ee149ce..437c09c 100644 --- a/OpenSim/Data/MSSQL/MSSQLAssetData.cs +++ b/OpenSim/Data/MSSQL/MSSQLAssetData.cs | |||
@@ -136,7 +136,7 @@ namespace OpenSim.Data.MSSQL | |||
136 | new UUID((Guid)reader["id"]), | 136 | new UUID((Guid)reader["id"]), |
137 | (string)reader["name"], | 137 | (string)reader["name"], |
138 | Convert.ToSByte(reader["assetType"]), | 138 | Convert.ToSByte(reader["assetType"]), |
139 | UUID.Zero | 139 | UUID.Zero.ToString() |
140 | ); | 140 | ); |
141 | // Region Main | 141 | // Region Main |
142 | asset.Description = (string)reader["description"]; | 142 | asset.Description = (string)reader["description"]; |