From fe5d80a2852cd4edcc49168085b97446270ca8c4 Mon Sep 17 00:00:00 2001 From: Melanie Date: Tue, 19 Jan 2010 04:17:27 +0000 Subject: [PATCH] Add a Hyperlink flag to the regions table --- OpenSim/Data/IRegionData.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/OpenSim/Data/IRegionData.cs b/OpenSim/Data/IRegionData.cs index 9ed5dd02e3..8259f9b316 100644 --- a/OpenSim/Data/IRegionData.cs +++ b/OpenSim/Data/IRegionData.cs @@ -75,6 +75,7 @@ namespace OpenSim.Data LockedOut = 32, // Don't allow registration NoMove = 64, // Don't allow moving this region Reservation = 128, // This is an inactive reservation - Authenticate = 256 // Require authentication + Authenticate = 256, // Require authentication + Hyperlink = 512 // Record represents a HG link } }