mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
Core/Dungeon Finder: Fix Proposal not being shown to players in LFG group trying to do a new dungeon
(Missing code from rev 77918d0138) --HG-- branch : trunk
This commit is contained in:
@@ -554,7 +554,7 @@ void WorldSession::SendUpdateProposal(uint32 proposalId, LfgProposal* pProp)
|
||||
if (grp)
|
||||
{
|
||||
isContinue = grp->isLFGGroup() && !grp->isLfgDungeonComplete();
|
||||
isSameDungeon = GetPlayer()->GetGroup() == grp;
|
||||
isSameDungeon = GetPlayer()->GetGroup() == grp && isContinue;
|
||||
}
|
||||
|
||||
sLog.outDebug("SMSG_LFG_PROPOSAL_UPDATE [" UI64FMTD "] state: %u", GetPlayer()->GetGUID(), pProp->state);
|
||||
|
||||
Reference in New Issue
Block a user