diff options
-rw-r--r-- | OpenSim/Data/SQLite/SQLiteRegionData.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Data/SQLite/SQLiteRegionData.cs b/OpenSim/Data/SQLite/SQLiteRegionData.cs index cf6653a..78c57ed 100644 --- a/OpenSim/Data/SQLite/SQLiteRegionData.cs +++ b/OpenSim/Data/SQLite/SQLiteRegionData.cs | |||
@@ -1187,8 +1187,6 @@ namespace OpenSim.Data.SQLite | |||
1187 | Convert.ToSingle( | 1187 | Convert.ToSingle( |
1188 | row["SitTargetOrientW"])); | 1188 | row["SitTargetOrientW"])); |
1189 | 1189 | ||
1190 | prim.Color = Color.FromArgb(Convert.ToInt32(row["ColorR"]), Convert.ToInt32(row["ColorG"]), Convert.ToInt32(row["ColorB"])); | ||
1191 | |||
1192 | prim.ClickAction = Convert.ToByte(row["ClickAction"]); | 1190 | prim.ClickAction = Convert.ToByte(row["ClickAction"]); |
1193 | prim.PayPrice[0] = Convert.ToInt32(row["PayPrice"]); | 1191 | prim.PayPrice[0] = Convert.ToInt32(row["PayPrice"]); |
1194 | prim.PayPrice[1] = Convert.ToInt32(row["PayButton1"]); | 1192 | prim.PayPrice[1] = Convert.ToInt32(row["PayButton1"]); |