diff options
Diffstat (limited to 'indra/newview/llhudeffect.cpp')
-rw-r--r-- | indra/newview/llhudeffect.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llhudeffect.cpp b/indra/newview/llhudeffect.cpp index 4f80fffb01..8fbfcb65e7 100644 --- a/indra/newview/llhudeffect.cpp +++ b/indra/newview/llhudeffect.cpp @@ -38,6 +38,7 @@ LLHUDEffect::~LLHUDEffect() void LLHUDEffect::packData(LLMessageSystem *mesgsys) { mesgsys->addUUIDFast(_PREHASH_ID, mID); + mesgsys->addUUIDFast(_PREHASH_AgentID, gAgent.getID()); mesgsys->addU8Fast(_PREHASH_Type, mType); mesgsys->addF32Fast(_PREHASH_Duration, mDuration); mesgsys->addBinaryData(_PREHASH_Color, mColor.mV, 4); |