aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorTeravus Ovares2008-04-25 11:17:43 +0000
committerTeravus Ovares2008-04-25 11:17:43 +0000
commitd3811f474714e66e7702f718cfaf5900f3104b18 (patch)
tree7aba83e0cb11248503b42fcface5b0748b140a72 /OpenSim
parent* Applying mantis#1048 - Patch for osSetRegionWaterHeight() (diff)
downloadopensim-SC_OLD-d3811f474714e66e7702f718cfaf5900f3104b18.zip
opensim-SC_OLD-d3811f474714e66e7702f718cfaf5900f3104b18.tar.gz
opensim-SC_OLD-d3811f474714e66e7702f718cfaf5900f3104b18.tar.bz2
opensim-SC_OLD-d3811f474714e66e7702f718cfaf5900f3104b18.tar.xz
* Fixes the object pay box to default to -2,-2,-2,-2,-2. Fixes mantis 1045.
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneObjectPart.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
index 5c8e109..eb3bf1f 100644
--- a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
@@ -97,7 +97,7 @@ namespace OpenSim.Region.Environment.Scenes
97 public uint Category; 97 public uint Category;
98 98
99 // TODO: This needs to be persisted in next XML version update! 99 // TODO: This needs to be persisted in next XML version update!
100 [XmlIgnore] public int[] PayPrice = {0,0,0,0,0}; 100 [XmlIgnore] public int[] PayPrice = {-2,-2,-2,-2,-2};
101 101
102 102
103 [XmlIgnore] public bool m_IsAttachment = false; 103 [XmlIgnore] public bool m_IsAttachment = false;