* Fixes the object pay box to default to -2,-2,-2,-2,-2. Fixes mantis 1045.

0.6.0-stable
Teravus Ovares 2008-04-25 11:17:43 +00:00
parent 87e2793ca6
commit d3811f4747
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ namespace OpenSim.Region.Environment.Scenes
public uint Category; public uint Category;
// TODO: This needs to be persisted in next XML version update! // 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; [XmlIgnore] public bool m_IsAttachment = false;