summaryrefslogtreecommitdiff
path: root/indra/newview/llimview.cpp
diff options
context:
space:
mode:
authorDon Kjer <don@lindenlab.com>2011-01-24 18:15:03 -0800
committerDon Kjer <don@lindenlab.com>2011-01-24 18:15:03 -0800
commit46773cca5bf8ba85d46c837bdb75a0bc49036071 (patch)
tree4b9eb6f6c49a13a5e1ace32f1d2fa0fb6719b54e /indra/newview/llimview.cpp
parent35b4a08ff0485bd6498dc929a99c9fd67da0e089 (diff)
Exposing estate_id in new instant message for viewer use. Part of ER-393
Diffstat (limited to 'indra/newview/llimview.cpp')
-rw-r--r--indra/newview/llimview.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp
index afd565bb26..00000bffc9 100644
--- a/indra/newview/llimview.cpp
+++ b/indra/newview/llimview.cpp
@@ -3231,6 +3231,7 @@ public:
std::string((char*)&bin_bucket[0]),
IM_SESSION_INVITE,
message_params["parent_estate_id"].asInteger(),
+ message_params["estate_id"].asInteger(),
message_params["region_id"].asUUID(),
ll_vector3_from_sd(message_params["position"]),
true);