diff options
author | Melanie | 2011-03-22 10:43:43 +0100 |
---|---|---|
committer | Melanie | 2011-03-22 10:43:43 +0100 |
commit | c330f89fb1954ba2a784cd5bc421965b7594d60c (patch) | |
tree | ae00576857798df9a4a6495b6e5bad83c47487ed /OpenSim/Region/Framework/Interfaces | |
parent | Adding a helper function lifted from Aurora. Not for core. (diff) | |
download | opensim-SC_OLD-c330f89fb1954ba2a784cd5bc421965b7594d60c.zip opensim-SC_OLD-c330f89fb1954ba2a784cd5bc421965b7594d60c.tar.gz opensim-SC_OLD-c330f89fb1954ba2a784cd5bc421965b7594d60c.tar.bz2 opensim-SC_OLD-c330f89fb1954ba2a784cd5bc421965b7594d60c.tar.xz |
Add some more fields to Estate settings and make them work.
Run alter table estate_settings add column AllowLandmark tinyint not null default 1, add column AllowParcelChanges tinyint not null default 1, add column AllowSetHome tinyint not null default 1;
to make this work.
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IEstateModule.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IEstateModule.cs b/OpenSim/Region/Framework/Interfaces/IEstateModule.cs index 721f0ee..72e79ed 100644 --- a/OpenSim/Region/Framework/Interfaces/IEstateModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IEstateModule.cs | |||
@@ -45,5 +45,7 @@ namespace OpenSim.Region.Framework.Interfaces | |||
45 | /// Tell all clients about the current state of the region (terrain textures, water height, etc.). | 45 | /// Tell all clients about the current state of the region (terrain textures, water height, etc.). |
46 | /// </summary> | 46 | /// </summary> |
47 | void sendRegionHandshakeToAll(); | 47 | void sendRegionHandshakeToAll(); |
48 | void TriggerEstateInfoChange(); | ||
49 | void TriggerRegionInfoChange(); | ||
48 | } | 50 | } |
49 | } | 51 | } |