diff options
| author | Yuri Chebotarev <ychebotarev@productengine.com> | 2010-04-27 19:29:32 +0300 | 
|---|---|---|
| committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2010-04-27 19:29:32 +0300 | 
| commit | 42aa72cd99b68698861c8bcbb555d2c2cf136f9d (patch) | |
| tree | 20fac5697b4a52ef2a26bca1e3739d7337578c96 /indra | |
| parent | 3d13402419ecb883731d1bd7b4a8b966a1c7649b (diff) | |
| parent | 26efa9cff4d5484238353b3c5649040c321111e5 (diff) | |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llviewermessage.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp index e12457550a..3d042a8d8c 100644 --- a/indra/newview/llviewermessage.cpp +++ b/indra/newview/llviewermessage.cpp @@ -1700,6 +1700,7 @@ void LLOfferInfo::initRespondFunctionMap()  	if(mRespondFunctions.empty())  	{  		mRespondFunctions["ObjectGiveItem"] = boost::bind(&LLOfferInfo::inventory_task_offer_callback, this, _1, _2); +		mRespondFunctions["ObjectGiveItemUnknownUser"] = boost::bind(&LLOfferInfo::inventory_task_offer_callback, this, _1, _2);  		mRespondFunctions["UserGiveItem"] = boost::bind(&LLOfferInfo::inventory_offer_callback, this, _1, _2);  	}  } | 
