aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llagent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llagent.cpp')
-rw-r--r--linden/indra/newview/llagent.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llagent.cpp b/linden/indra/newview/llagent.cpp
index 397a11e..1d3c5d4 100644
--- a/linden/indra/newview/llagent.cpp
+++ b/linden/indra/newview/llagent.cpp
@@ -5823,6 +5823,7 @@ void LLAgent::teleportViaLure(const LLUUID& lure_id, BOOL godlike)
5823 msg->addUUIDFast(_PREHASH_AgentID, getID()); 5823 msg->addUUIDFast(_PREHASH_AgentID, getID());
5824 msg->addUUIDFast(_PREHASH_SessionID, getSessionID()); 5824 msg->addUUIDFast(_PREHASH_SessionID, getSessionID());
5825 msg->addUUIDFast(_PREHASH_LureID, lure_id); 5825 msg->addUUIDFast(_PREHASH_LureID, lure_id);
5826 // teleport_flags is a legacy field, now derived sim-side:
5826 msg->addU32("TeleportFlags", teleport_flags); 5827 msg->addU32("TeleportFlags", teleport_flags);
5827 sendReliableMessage(); 5828 sendReliableMessage();
5828 } 5829 }