commit
42aa72cd99
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue