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 4dc0685..b8da7c3 100644
--- a/OpenSim/Data/MySQL/MySQLRegionData.cs
+++ b/OpenSim/Data/MySQL/MySQLRegionData.cs
@@ -1049,7 +1049,7 @@ namespace OpenSim.Data.MySQL
1049 1049
1050 newData.Name = (String) row["Name"]; 1050 newData.Name = (String) row["Name"];
1051 newData.Description = (String) row["Description"]; 1051 newData.Description = (String) row["Description"];
1052 newData.OwnerID = (UUID)(String)row["OwnerUUID"]; 1052 newData.OwnerID = new UUID((String)row["OwnerUUID"]);
1053 newData.IsGroupOwned = Convert.ToBoolean(row["IsGroupOwned"]); 1053 newData.IsGroupOwned = Convert.ToBoolean(row["IsGroupOwned"]);
1054 newData.Area = Convert.ToInt32(row["Area"]); 1054 newData.Area = Convert.ToInt32(row["Area"]);
1055 newData.AuctionID = Convert.ToUInt32(row["AuctionID"]); //Unimplemented 1055 newData.AuctionID = Convert.ToUInt32(row["AuctionID"]); //Unimplemented