From 92029dc171b466f4bdaf0a882426f4202f3e6162 Mon Sep 17 00:00:00 2001 From: Melanie Date: Wed, 24 Feb 2010 16:00:06 +0000 Subject: Remove some obsolete files from MSSQL. Fix a missing constructor arg that was introdiced by the latest jhurlipatch --- OpenSim/Data/MSSQL/MSSQLAssetData.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'OpenSim/Data/MSSQL/MSSQLAssetData.cs') diff --git a/OpenSim/Data/MSSQL/MSSQLAssetData.cs b/OpenSim/Data/MSSQL/MSSQLAssetData.cs index b1faf0b..d6ea262 100644 --- a/OpenSim/Data/MSSQL/MSSQLAssetData.cs +++ b/OpenSim/Data/MSSQL/MSSQLAssetData.cs @@ -123,7 +123,8 @@ namespace OpenSim.Data.MSSQL AssetBase asset = new AssetBase( new UUID((Guid)reader["id"]), (string)reader["name"], - Convert.ToSByte(reader["assetType"]) + Convert.ToSByte(reader["assetType"]), + String.Empty ); // Region Main asset.Description = (string)reader["description"]; -- cgit v1.1