aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLRegionData.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Data/MySQL/MySQLRegionData.cs')
-rw-r--r--OpenSim/Data/MySQL/MySQLRegionData.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/MySQLRegionData.cs b/OpenSim/Data/MySQL/MySQLRegionData.cs
index ac8165c..27bfec8 100644
--- a/OpenSim/Data/MySQL/MySQLRegionData.cs
+++ b/OpenSim/Data/MySQL/MySQLRegionData.cs
@@ -999,7 +999,7 @@ namespace OpenSim.Data.MySQL
999 createCol(land, "GroupUUID", typeof (String)); 999 createCol(land, "GroupUUID", typeof (String));
1000 createCol(land, "SalePrice", typeof (Int32)); 1000 createCol(land, "SalePrice", typeof (Int32));
1001 createCol(land, "LandStatus", typeof (Int32)); //Enum. libsecondlife.Parcel.ParcelStatus 1001 createCol(land, "LandStatus", typeof (Int32)); //Enum. libsecondlife.Parcel.ParcelStatus
1002 createCol(land, "LandFlags", typeof (Int32)); 1002 createCol(land, "LandFlags", typeof (UInt32));
1003 createCol(land, "LandingType", typeof (Int32)); 1003 createCol(land, "LandingType", typeof (Int32));
1004 createCol(land, "MediaAutoScale", typeof (Int32)); 1004 createCol(land, "MediaAutoScale", typeof (Int32));
1005 createCol(land, "MediaTextureUUID", typeof (String)); 1005 createCol(land, "MediaTextureUUID", typeof (String));