diff options
author | Justin Clarke Casey | 2008-06-02 17:23:13 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-06-02 17:23:13 +0000 |
commit | 4453c8bc5c68affa7ebafcdeab47340203186017 (patch) | |
tree | 411d1e1220044e4a6d9e005151a9d45803d90c73 /OpenSim/Data/MySQL | |
parent | * Submitting 3 files for the messagingserver that I've kept to myself. (diff) | |
download | opensim-SC_OLD-4453c8bc5c68affa7ebafcdeab47340203186017.zip opensim-SC_OLD-4453c8bc5c68affa7ebafcdeab47340203186017.tar.gz opensim-SC_OLD-4453c8bc5c68affa7ebafcdeab47340203186017.tar.bz2 opensim-SC_OLD-4453c8bc5c68affa7ebafcdeab47340203186017.tar.xz |
* experimental: Make OpenSim archiver save and reload all prim textures when not all faces have the same texture
Diffstat (limited to 'OpenSim/Data/MySQL')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLDataStore.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Data/MySQL/MySQLDataStore.cs b/OpenSim/Data/MySQL/MySQLDataStore.cs index 9a44fbd..9b7771c 100644 --- a/OpenSim/Data/MySQL/MySQLDataStore.cs +++ b/OpenSim/Data/MySQL/MySQLDataStore.cs | |||
@@ -1288,6 +1288,7 @@ namespace OpenSim.Data.MySQL | |||
1288 | row["ProfileHollow"] = s.ProfileHollow; | 1288 | row["ProfileHollow"] = s.ProfileHollow; |
1289 | row["Texture"] = s.TextureEntry; | 1289 | row["Texture"] = s.TextureEntry; |
1290 | row["ExtraParams"] = s.ExtraParams; | 1290 | row["ExtraParams"] = s.ExtraParams; |
1291 | |||
1291 | try | 1292 | try |
1292 | { | 1293 | { |
1293 | row["State"] = s.State; | 1294 | row["State"] = s.State; |