mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
First stage of the new interactive region creation. This will allow creation
of a region and joining it to an existing estate or creating a new estate, as well as creating an estate owner if in standalone, and assigning estate owners. In Grid mode, existing users must be used. MySQL ONLY!!!! so far, as I can't develop or test for either SQLite or MSSQL.
This commit is contained in:
@@ -150,10 +150,10 @@ namespace OpenSim.Services.Interfaces
|
||||
List<UserAccount> GetUserAccounts(UUID scopeID, string query);
|
||||
|
||||
/// <summary>
|
||||
/// Store the data given, wich replaces the sotred data, therefore must be complete.
|
||||
/// Store the data given, wich replaces the stored data, therefore must be complete.
|
||||
/// </summary>
|
||||
/// <param name="data"></param>
|
||||
/// <returns></returns>
|
||||
bool StoreUserAccount(UserAccount data);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user