diff options
author | Ansariel <ansariel.hiller@phoenixviewer.com> | 2023-10-23 16:13:10 +0200 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2023-10-24 19:10:46 +0300 |
commit | 2be809d98ddb3f54e91faefbc9593804184273e4 (patch) | |
tree | c77ebcf5d2c53703c3fbc293e9468570fc25e6f8 /indra/newview/llavatarpropertiesprocessor.h | |
parent | ccae16ab55cf9796594e440c229c985e9a6e8c53 (diff) |
Fill agent_id fields in LLAvatarData correctly when using capability for avatar properties request
Diffstat (limited to 'indra/newview/llavatarpropertiesprocessor.h')
-rw-r--r-- | indra/newview/llavatarpropertiesprocessor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llavatarpropertiesprocessor.h b/indra/newview/llavatarpropertiesprocessor.h index 0dcda5a748..330a5591b5 100644 --- a/indra/newview/llavatarpropertiesprocessor.h +++ b/indra/newview/llavatarpropertiesprocessor.h @@ -248,7 +248,7 @@ public: static bool hasPaymentInfoOnFile(const LLAvatarData* avatar_data); - static void requestAvatarPropertiesCoro(std::string cap_url, LLUUID agent_id, EAvatarProcessorType type); + static void requestAvatarPropertiesCoro(std::string cap_url, LLUUID avatar_id, EAvatarProcessorType type); static void processAvatarPropertiesReply(LLMessageSystem* msg, void**); |