mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
Dungeon Finder: Fix an error that was preventing a group from exit queue
--HG-- branch : trunk
This commit is contained in:
@@ -103,7 +103,7 @@ void WorldSession::HandleLfgLeaveOpcode(WorldPacket & /*recv_data*/)
|
||||
|
||||
// Check cheating - only leader can leave the queue
|
||||
if (!grp || grp->GetLeaderGUID() == GetPlayer()->GetGUID())
|
||||
sLFGMgr.Leave(GetPlayer());
|
||||
sLFGMgr.Leave(GetPlayer(), grp);
|
||||
}
|
||||
|
||||
void WorldSession::HandleLfgProposalResultOpcode(WorldPacket &recv_data)
|
||||
|
||||
Reference in New Issue
Block a user