From 4453c8bc5c68affa7ebafcdeab47340203186017 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Mon, 2 Jun 2008 17:23:13 +0000 Subject: * experimental: Make OpenSim archiver save and reload all prim textures when not all faces have the same texture --- OpenSim/Data/MySQL/MySQLDataStore.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Data') 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 row["ProfileHollow"] = s.ProfileHollow; row["Texture"] = s.TextureEntry; row["ExtraParams"] = s.ExtraParams; + try { row["State"] = s.State; -- cgit v1.1