Port fix from justicc - decouple pay prices on drag-copied prims

avinationmerge
Melanie 2013-05-24 00:45:30 +02:00
parent 4cb7ee47f2
commit 9ba35c6b7e
1 changed files with 1 additions and 0 deletions

View File

@ -2161,6 +2161,7 @@ namespace OpenSim.Region.Framework.Scenes
// safeguard actual copy is done in sog.copy
dupe.KeyframeMotion = null;
dupe.PayPrice = (int[])PayPrice.Clone();
dupe.DynAttrs.CopyFrom(DynAttrs);