mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Thank you kindly, Ahzzmandius for adding
owner_uuid support to the MSSQL data driver.
This commit is contained in:
@@ -264,7 +264,12 @@ namespace OpenSim.Framework.Data.MSSQL
|
||||
regionprofile.regionUserURI = (string)reader["regionUserURI"];
|
||||
regionprofile.regionUserRecvKey = (string)reader["regionUserRecvKey"];
|
||||
regionprofile.regionUserSendKey = (string)reader["regionUserSendKey"];
|
||||
|
||||
try
|
||||
{
|
||||
regionprofile.owner_uuid = new LLUUID((string)reader["owner_uuid"]);
|
||||
}
|
||||
catch(Exception ex)
|
||||
{}
|
||||
// World Map Addition
|
||||
string tempRegionMap = reader["regionMapTexture"].ToString();
|
||||
if (tempRegionMap != String.Empty)
|
||||
@@ -522,4 +527,4 @@ namespace OpenSim.Framework.Data.MSSQL
|
||||
dllVersion.Revision);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user