mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Forward-port 0.6 fix
This commit is contained in:
@@ -42,6 +42,6 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
/// <returns>
|
||||
/// True on a successful purchase, false on failure
|
||||
/// </returns>
|
||||
bool BuyObject(IClientAPI remoteClient, UUID categoryID, uint localID, byte saleType);
|
||||
bool BuyObject(IClientAPI remoteClient, UUID categoryID, uint localID, byte saleType, int salePrice);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user