Core/PacketIO: Named a bunch of unknown/unused fields
Port From (https://github.com/TrinityCore/TrinityCore/commit/806611075659ddde60f3003763e442a46d70f993)
This commit is contained in:
@@ -130,7 +130,7 @@ namespace Game
|
||||
{
|
||||
// Get Random dungeons that can be done at a certain level and expansion
|
||||
uint level = GetPlayer().GetLevel();
|
||||
uint contentTuningReplacementConditionMask = GetPlayer().m_playerData.CtrOptions.GetValue().ContentTuningConditionMask;
|
||||
uint contentTuningReplacementConditionMask = GetPlayer().m_playerData.CtrOptions.GetValue().ConditionalFlags;
|
||||
var randomDungeons = Global.LFGMgr.GetRandomAndSeasonalDungeons(level, (uint)GetExpansion(), contentTuningReplacementConditionMask);
|
||||
|
||||
LfgPlayerInfo lfgPlayerInfo = new();
|
||||
@@ -475,7 +475,7 @@ namespace Game
|
||||
lfgProposalUpdate.CompletedMask = proposal.encounters;
|
||||
lfgProposalUpdate.ValidCompletedMask = true;
|
||||
lfgProposalUpdate.ProposalSilent = silent;
|
||||
lfgProposalUpdate.IsRequeue = !proposal.isNew;
|
||||
lfgProposalUpdate.FailedByMyParty = !proposal.isNew;
|
||||
|
||||
foreach (var pair in proposal.players)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user