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

This commit is contained in:
Teravus Ovares
2008-04-25 11:17:43 +00:00
parent 87e2793ca6
commit d3811f4747

View File

@@ -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;