mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
* Refactor: Renaming item and folder tree search methods to have Find*() prefixes
This commit is contained in:
@@ -300,7 +300,8 @@ namespace OpenSim.Region.Modules.AvatarFactory
|
||||
{
|
||||
LLUUID assetId;
|
||||
|
||||
InventoryItemBase baseItem = profile.RootFolder.HasItem(wear.ItemID);
|
||||
InventoryItemBase baseItem = profile.RootFolder.FindItem(wear.ItemID);
|
||||
|
||||
if (baseItem != null)
|
||||
{
|
||||
assetId = baseItem.AssetID;
|
||||
|
||||
Reference in New Issue
Block a user