Add a transaction ID to the money module path for llTransferLindenDollars

This commit is contained in:
Melanie
2012-12-03 19:34:22 +01:00
parent ae8d3815c7
commit d3904ff484
3 changed files with 4 additions and 4 deletions

View File

@@ -199,7 +199,7 @@ namespace OpenSim.Region.OptionalModules.World.MoneyModule
{
}
public bool ObjectGiveMoney(UUID objectID, UUID fromID, UUID toID, int amount)
public bool ObjectGiveMoney(UUID objectID, UUID fromID, UUID toID, int amount, UUID txn)
{
string description = String.Format("Object {0} pays {1}", resolveObjectName(objectID), resolveAgentName(toID));