From 43eab5e16338b37defc2ae7113f41f2b37690718 Mon Sep 17 00:00:00 2001 From: Dev Random Date: Tue, 1 Apr 2014 08:56:05 -0400 Subject: Console command to rename Estate --- OpenSim/Region/Framework/Interfaces/IEstateModule.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'OpenSim/Region/Framework/Interfaces') diff --git a/OpenSim/Region/Framework/Interfaces/IEstateModule.cs b/OpenSim/Region/Framework/Interfaces/IEstateModule.cs index 944c66b..600ecfe 100644 --- a/OpenSim/Region/Framework/Interfaces/IEstateModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IEstateModule.cs @@ -26,6 +26,7 @@ */ using OpenMetaverse; +using OpenSim.Services.Interfaces; namespace OpenSim.Region.Framework.Interfaces { @@ -41,6 +42,9 @@ namespace OpenSim.Region.Framework.Interfaces uint GetRegionFlags(); bool IsManager(UUID avatarID); + string SetEstateOwner(int estateID, UserAccount account); + string SetEstateName(int estateID, string newName); + /// /// Tell all clients about the current state of the region (terrain textures, water height, etc.). /// -- cgit v1.1