mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
Update LfgAccept (#681)
Fixed issue with Bots refusing to join DungeonFinder.
This commit is contained in:
parent
a7bcdad65c
commit
7fa1ab36a3
@ -188,7 +188,7 @@ bool LfgAcceptAction::Execute(Event event)
|
||||
LOG_INFO("playerbots", "Bot {} {}:{} <{}> is in combat and refuses LFG proposal {}",
|
||||
bot->GetGUID().ToString().c_str(), bot->GetTeamId() == TEAM_ALLIANCE ? "A" : "H", bot->GetLevel(),
|
||||
bot->GetName().c_str(), id);
|
||||
sLFGMgr->UpdateProposal(id, bot->GetGUID(), false);
|
||||
sLFGMgr->UpdateProposal(id, bot->GetGUID(), true);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user