summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth_productengine <none@none>2011-06-29 17:10:30 +0300
committerseth_productengine <none@none>2011-06-29 17:10:30 +0300
commit19c13b55d70976f74072ddcc412e9929f516d746 (patch)
treed63af6d25aa60577c72bf9d6d2adf5d9f848366b
parentfc6f0f31be53d6adbc8e364ffdd4119943312578 (diff)
SH-1873 FIXED updating L$ balance after uploading meshes.
-rwxr-xr-xindra/newview/llmeshrepository.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmeshrepository.cpp b/indra/newview/llmeshrepository.cpp
index 49bcbf860a..743a8d53ed 100755
--- a/indra/newview/llmeshrepository.cpp
+++ b/indra/newview/llmeshrepository.cpp
@@ -2480,7 +2480,7 @@ void LLMeshRepository::notifyLoadedMeshes()
data.mPostData["name"],
data.mPostData["description"],
data.mResponse,
- 0);
+ data.mResponse["upload_price"]);
mInventoryQ.pop();
}