mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
once again i forget about save button
This commit is contained in:
parent
a96cf69415
commit
c58fa5a185
1 changed files with 1 additions and 1 deletions
|
|
@ -1097,7 +1097,7 @@ void WorldSession::HandleGroupRequestJoinUpdates(WorldPacket& recv_data)
|
|||
return;
|
||||
|
||||
WorldPacket data(SMSG_REAL_GROUP_UPDATE, 1 + 4 + 8);
|
||||
data << uint8(group->);
|
||||
data << uint8(group->GetGroupType());
|
||||
data << uint32(group->GetMembersCount() - 1);
|
||||
data << ObjectGuid(group->GetLeaderGuid());
|
||||
SendPacket(&data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue