Dungeon Finder: Fix an error that was preventing a group from exit queue

--HG--
branch : trunk
This commit is contained in:
Spp
2010-08-14 02:05:49 +02:00
parent 1bc842e0d7
commit e52886130f

View File

@@ -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)