mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 00:58:33 +00:00
Comment for threadsafe
This commit is contained in:
@@ -151,6 +151,9 @@ bool LfgJoinAction::JoinLFG()
|
||||
// Set RbotAId Browser comment
|
||||
std::string const _gs = std::to_string(botAI->GetEquipGearScore(bot, false, false));
|
||||
|
||||
// JoinLfg is not threadsafe, so make packet and queue into session
|
||||
// sLFGMgr->JoinLfg(bot, roleMask, list, _gs);
|
||||
|
||||
WorldPacket* data = new WorldPacket(CMSG_LFG_JOIN);
|
||||
*data << (uint32)roleMask;
|
||||
*data << (bool)false;
|
||||
|
||||
Reference in New Issue
Block a user