diff options
Diffstat (limited to 'OpenSim/Data/SQLite')
-rw-r--r-- | OpenSim/Data/SQLite/SQLiteGridData.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Data/SQLite/SQLiteGridData.cs b/OpenSim/Data/SQLite/SQLiteGridData.cs index c52eb29..f07b98f 100644 --- a/OpenSim/Data/SQLite/SQLiteGridData.cs +++ b/OpenSim/Data/SQLite/SQLiteGridData.cs | |||
@@ -188,6 +188,11 @@ namespace OpenSim.Data.SQLite | |||
188 | } | 188 | } |
189 | } | 189 | } |
190 | 190 | ||
191 | override public DataResponse UpdateProfile(RegionProfileData profile) | ||
192 | { | ||
193 | return AddProfile(profile); | ||
194 | } | ||
195 | |||
191 | /// <summary> | 196 | /// <summary> |
192 | /// DEPRECATED. Attempts to authenticate a region by comparing a shared secret. | 197 | /// DEPRECATED. Attempts to authenticate a region by comparing a shared secret. |
193 | /// </summary> | 198 | /// </summary> |