aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MSSQL/MSSQLSimulationData.cs
diff options
context:
space:
mode:
authorMelanie2012-06-08 15:16:20 +0200
committerMelanie2012-06-08 15:16:20 +0200
commit21c3cf3dc3ac1266eeeca09227b316e1bc8b68b9 (patch)
tree6a06c8e3a27902897c9351f05e9275e7257481b2 /OpenSim/Data/MSSQL/MSSQLSimulationData.cs
parentAdd a frame based watchdog function to keyframed motion (diff)
parent*UNTESTED* fix PRIM_LINK_TARGET. Make it work on avatars, set any pending pos... (diff)
downloadopensim-SC-21c3cf3dc3ac1266eeeca09227b316e1bc8b68b9.zip
opensim-SC-21c3cf3dc3ac1266eeeca09227b316e1bc8b68b9.tar.gz
opensim-SC-21c3cf3dc3ac1266eeeca09227b316e1bc8b68b9.tar.bz2
opensim-SC-21c3cf3dc3ac1266eeeca09227b316e1bc8b68b9.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}