diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs index 5c8e1090f5..eb3bf1fa56 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs @@ -97,7 +97,7 @@ namespace OpenSim.Region.Environment.Scenes public uint Category; // TODO: This needs to be persisted in next XML version update! - [XmlIgnore] public int[] PayPrice = {0,0,0,0,0}; + [XmlIgnore] public int[] PayPrice = {-2,-2,-2,-2,-2}; [XmlIgnore] public bool m_IsAttachment = false;