From 82690e138448ebac6456ab03dcca4b0a8a1cc57a Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Sat, 24 Nov 2012 02:43:31 +0000 Subject: Fix bug where loading an OAR with a deeded parcel would always set the parcel owner ID to the estate owner even if the group UUID was present. Aims to address http://opensimulator.org/mantis/view.php?id=6355 As part of this work, an incomplete IXGroupsData was added which currently only allows store/fetch/delete of group records (i.e. no membership data etc) This is subject to change and currently only an in-memory storage implementation exists for regression test purposes. --- prebuild.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'prebuild.xml') diff --git a/prebuild.xml b/prebuild.xml index 101d48f..a7201c5 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -1676,6 +1676,7 @@ ../../../bin/ + @@ -2683,12 +2684,13 @@ + + - @@ -2980,6 +2982,7 @@ + -- cgit v1.1