aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MSSQL/MSSQLSimulationData.cs
diff options
context:
space:
mode:
authorubit2012-06-08 14:55:17 +0200
committerubit2012-06-08 14:55:17 +0200
commite7731961a8739d25da5b1f942148785b61ebdbd3 (patch)
tree7e0c57549ce1a703e44c0c1e367c35ab77ca8940 /OpenSim/Data/MSSQL/MSSQLSimulationData.cs
parentMerge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork (diff)
parentReplace the stock libomv with our home grown 0.9.1 with the texture bug fixed. (diff)
downloadopensim-SC_OLD-e7731961a8739d25da5b1f942148785b61ebdbd3.zip
opensim-SC_OLD-e7731961a8739d25da5b1f942148785b61ebdbd3.tar.gz
opensim-SC_OLD-e7731961a8739d25da5b1f942148785b61ebdbd3.tar.bz2
opensim-SC_OLD-e7731961a8739d25da5b1f942148785b61ebdbd3.tar.xz
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
Diffstat (limited to 'OpenSim/Data/MSSQL/MSSQLSimulationData.cs')
-rw-r--r--OpenSim/Data/MSSQL/MSSQLSimulationData.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Data/MSSQL/MSSQLSimulationData.cs b/OpenSim/Data/MSSQL/MSSQLSimulationData.cs
index d9dfe86..df496a7 100644
--- a/OpenSim/Data/MSSQL/MSSQLSimulationData.cs
+++ b/OpenSim/Data/MSSQL/MSSQLSimulationData.cs
@@ -2136,5 +2136,10 @@ VALUES
2136 } 2136 }
2137 } 2137 }
2138 } 2138 }
2139
2140 public UUID[] GetObjectIDs(UUID regionID)
2141 {
2142 return new UUID[0];
2143 }
2139 } 2144 }
2140} 2145}