Jump to content

[patch 303] Fix Invite in group


Guest Woweur

Recommended Posts

What bug does the patch fix? What features does the patch add?

When you invite a member in your group , the new member can't see a first letter of your name.

For which repository revision was the patch created?

6848

Who has been writing this patch? Please include either forum user names or email addresses.

Woweur.

diff --git a/src/game/GroupHandler.cpp b/src/game/GroupHandler.cpp
index 851e210..741a255 100644
--- a/src/game/GroupHandler.cpp
+++ b/src/game/GroupHandler.cpp
@@ -154,6 +154,7 @@ void WorldSession::HandleGroupInviteOpcode( WorldPacket & recv_data )

    // ok, we do it
    WorldPacket data(SMSG_GROUP_INVITE, 10);                // guess size
+    data << uint8(1);                                       // wotlk bool
    data << GetPlayer()->GetName();
    player->GetSession()->SendPacket(&data);

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use