* Fixes the object pay box to default to -2,-2,-2,-2,-2. Fixes mantis 1045.
parent
87e2793ca6
commit
d3811f4747
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue