diff options
Diffstat (limited to 'OpenSim/Data/PGSQL/PGSQLRegionData.cs')
-rw-r--r-- | OpenSim/Data/PGSQL/PGSQLRegionData.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Data/PGSQL/PGSQLRegionData.cs b/OpenSim/Data/PGSQL/PGSQLRegionData.cs index 1272e37..a5d2266 100644 --- a/OpenSim/Data/PGSQL/PGSQLRegionData.cs +++ b/OpenSim/Data/PGSQL/PGSQLRegionData.cs | |||
@@ -114,6 +114,12 @@ namespace OpenSim.Data.PGSQL | |||
114 | } | 114 | } |
115 | } | 115 | } |
116 | 116 | ||
117 | //BA MOD... | ||
118 | public RegionData GetSpecific(string regionName, UUID ScopeID) | ||
119 | { | ||
120 | return null; | ||
121 | } | ||
122 | |||
117 | public RegionData Get(int posX, int posY, UUID scopeID) | 123 | public RegionData Get(int posX, int posY, UUID scopeID) |
118 | { | 124 | { |
119 | // extend database search for maximum region size area | 125 | // extend database search for maximum region size area |