summaryrefslogtreecommitdiff
path: root/indra/llmessage
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llmessage')
-rw-r--r--indra/llmessage/llexperiencecache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/llexperiencecache.cpp b/indra/llmessage/llexperiencecache.cpp
index 2e260ecdef..b131156905 100644
--- a/indra/llmessage/llexperiencecache.cpp
+++ b/indra/llmessage/llexperiencecache.cpp
@@ -577,7 +577,7 @@ namespace LLExperienceCache
{
if(experience_data.has(EXPERIENCE_ID))
{
- sCache[experience_data[EXPERIENCE_ID].asUUID()]=experience_data;
+ processExperience(experience_data[EXPERIENCE_ID].asUUID(), experience_data);
}
else
{