Getting rid of the dead field RootInventoryFolderId on UserProfileData, It's not even stored in mysql.

Signed-off-by: Melanie <melanie@t-data.com>
This commit is contained in:
Kunnis
2009-12-05 09:54:33 -06:00
committed by Melanie
parent a44749b9d2
commit 4c61fcfc40
6 changed files with 7 additions and 23 deletions

View File

@@ -527,7 +527,6 @@ namespace OpenSim.Region.CoreModules.InterGrid
userProfile.Partner = UUID.Zero;
userProfile.PasswordHash = "$1$";
userProfile.PasswordSalt = "";
userProfile.RootInventoryFolderID = UUID.Zero;
userProfile.SurName = agentData.lastname;
userProfile.UserAssetURI = homeScene.CommsManager.NetworkServersInfo.AssetURL;
userProfile.UserFlags = 0;