Skip to content

Commit

Permalink
Group: Add missing packet fill for difficulty in
Browse files Browse the repository at this point in the history
@ratkosrb for discovery

SMSG_GROUP_LIST
  • Loading branch information
killerwife committed Dec 24, 2023
1 parent 468c62b commit 0400817
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game/Groups/Group.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,7 @@ void Group::SendUpdateTo(Player* player)
data << uint8(m_lootMethod); // loot method
data << masterLootGuid; // master loot guid
data << uint8(m_lootThreshold); // loot threshold
data << uint8(0); // Heroic Mod Group - unused in vanilla
}

session->SendPacket(data);
Expand Down

0 comments on commit 0400817

Please sign in to comment.